Skip to content

Commit

Permalink
Use test pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
bobleesj committed Nov 17, 2024
1 parent 8cacc0b commit 47e669f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/_build-wheel-release-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@ jobs:
- name: Publish package to PyPI
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
# twine upload --repository testpypi dist/* --verbose
run: |
twine upload dist/* --verbose
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_TOKEN }}
# TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
# twine upload dist/* --verbose
run: |
# twine upload --repository testpypi dist/* --verbose

0 comments on commit 47e669f

Please sign in to comment.