Skip to content

Commit

Permalink
Temporarily update the secret name in the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Catarina-Alves committed Sep 16, 2021
1 parent 30e72a7 commit 7915949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Build and publish
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
TWINE_PASSWORD: ${{ secrets.TESTPYPI_API_TOKEN }}
run: |
python setup.py sdist bdist_wheel
twine upload --repository testpypi dist/*
Expand Down

0 comments on commit 7915949

Please sign in to comment.