Skip to content

Commit

Permalink
chore: use correct PyPI token
Browse files Browse the repository at this point in the history
  • Loading branch information
kgriffs committed Mar 18, 2021
1 parent 1ad5fe0 commit 44483e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ jobs:
env:
TWINE_USERNAME: __token__
# replace TWINE_PASSWORD with token for real pypi
TWINE_PASSWORD: ${{ secrets.test_pypi_token }}
# TWINE_PASSWORD: ${{ secrets.pypi_token }}
# TWINE_PASSWORD: ${{ secrets.test_pypi_token }}
TWINE_PASSWORD: ${{ secrets.pypi_token }}
run: |
pip install -U twine
twine upload --skip-existing dist/*
Expand Down

0 comments on commit 44483e1

Please sign in to comment.