Skip to content

Commit

Permalink
Pin gh-action-pypi-publish@release/v1 to avoid warning
Browse files Browse the repository at this point in the history
  • Loading branch information
coldfix committed Nov 15, 2023
1 parent 60bb868 commit 0a6a4c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- run: python setup.py sdist bdist_wheel
- run: twine check dist/*

- uses: pypa/gh-action-pypi-publish@master
- uses: pypa/gh-action-pypi-publishrelease/v1
if: startsWith(github.ref, 'refs/tags')
with:
user: coldfix-deploy
Expand Down

0 comments on commit 0a6a4c1

Please sign in to comment.