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 6f019f4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,16 @@ 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/
skip-existing: true
verbose: true

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

- name: Slack notification
id: slack
Expand Down

0 comments on commit 6f019f4

Please sign in to comment.