Skip to content

Commit

Permalink
Add test pypi token
Browse files Browse the repository at this point in the history
  • Loading branch information
johnveitch committed Jul 11, 2024
1 parent 8a3645c commit 059c02d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
with:
repository_url: https://test.pypi.org/legacy/
user: __token__
password: ${{ secrets.pypitoken }}
password: ${{ secrets.testpypitoken }}

upload_pypi:
needs: [build_wheels, build_sdist]
Expand Down

0 comments on commit 059c02d

Please sign in to comment.