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 44483e1 commit 5b7970e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/create-wheels.yaml
Expand Up @@ -182,8 +182,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/*manylinux*
Expand Down Expand Up @@ -236,8 +236,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 Expand Up @@ -349,8 +349,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/*manylinux*

0 comments on commit 5b7970e

Please sign in to comment.