Skip to content

Commit

Permalink
use release/v1.5 branch of pypa gh action pypi publish
Browse files Browse the repository at this point in the history
  • Loading branch information
brainelectronics committed Jul 31, 2022
1 parent 8932079 commit 9a8cf8a
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 @@ -37,7 +37,7 @@ jobs:
--debug
python -m build .
- name: Publish package
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1.5
with:
password: ${{ secrets.PYPI_API_TOKEN }}
skip_existing: true
Expand Down

0 comments on commit 9a8cf8a

Please sign in to comment.