Skip to content

Commit

Permalink
use stable pypi-publish in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cosven committed Aug 16, 2023
1 parent 15e9910 commit cf5427b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: >-
python setup.py sdist
- name: Publish
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_RELEASE_API_TOKEN}}

0 comments on commit cf5427b

Please sign in to comment.