Skip to content

Commit

Permalink
Update version of publish action (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
hillmich authored Oct 20, 2022
1 parent a348526 commit 6b897ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
with:
name: artifact
path: dist
- uses: pypa/gh-action-pypi-publish@master
- uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.pypi_password }}
Expand Down

0 comments on commit 6b897ff

Please sign in to comment.