Skip to content

Commit

Permalink
Fix token for TestPyPI (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
gahjelle authored Oct 14, 2024
1 parent ac72a34 commit 63620e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
password: ${{ secrets.TESTPYPI_API_TOKEN }}
repository-url: https://test.pypi.org/legacy/

- name: Create GitHub Release
Expand Down

0 comments on commit 63620e0

Please sign in to comment.