Skip to content

Commit

Permalink
fixed gh release action version reference
Browse files Browse the repository at this point in the history
  • Loading branch information
eaescob committed Jun 28, 2024
1 parent 7d215d6 commit ed9004f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
dist/*
- name: Publish to PyPi
uses: pypa/gh-action-pypi-publish@release/v1.9.0
uses: pypa/[email protected]
with:
user: __token__
password: ${{ secrets.PYPI_PASSWORD }}

0 comments on commit ed9004f

Please sign in to comment.