Skip to content

Commit

Permalink
Set gh-action-pypi-publish to use release/v1 (#568)
Browse files Browse the repository at this point in the history
master is deprecated, apparently
  • Loading branch information
msullivan authored Jan 23, 2025
1 parent 9f88d8b commit c0f7ff2
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 @@ -206,7 +206,7 @@ jobs:
ls -al dist/
- name: Upload to PyPI
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
Expand Down

0 comments on commit c0f7ff2

Please sign in to comment.