Skip to content

Commit

Permalink
Fix release action
Browse files Browse the repository at this point in the history
  • Loading branch information
jsignell committed Mar 13, 2023
1 parent 87bf841 commit 65b08c2
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 @@ -25,7 +25,7 @@ jobs:
python -m build
- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1.6.4
uses: pypa/gh-action-pypi-publish@release/v1
with:
# Password is set in GitHub UI to an API secret for pypi
user: __token__
Expand Down

0 comments on commit 65b08c2

Please sign in to comment.