Skip to content

Commit

Permalink
chore: use a fixed version of gh-action-pypi-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
baptiste-olivier committed Nov 15, 2024
1 parent e6b4147 commit 6a6886c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ jobs:
fi
- name: Publish to test PyPI
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@release/v1.10
with:
repository-url: https://test.pypi.org/legacy/

- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@release/v1.10

- name: Slack notification
id: slack
Expand Down

0 comments on commit 6a6886c

Please sign in to comment.