Skip to content

Commit

Permalink
Bugfix for the pypi publishing action.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Dec 6, 2024
1 parent a0ced9a commit 8d3828f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
name: artifact
path: dist

- uses: pypa/gh-action-pypi-publish@v1
- uses: pypa/gh-action-pypi-publish@v1.12.2
with:
user: __token__
password: ${{ secrets.PYPI_PASSWORD }}

0 comments on commit 8d3828f

Please sign in to comment.