Skip to content

Commit

Permalink
FIX: use secret for testpypi
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-huberty committed Aug 1, 2024
1 parent c3ec965 commit 5928612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
env:
TWINE_REPOSITORY_URL: https://test.pypi.org/legacy/
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_API_TOKEN }}
run: |
python -m build
twine check dist/*
Expand Down

0 comments on commit 5928612

Please sign in to comment.