Skip to content

Commit

Permalink
ci: update twine token
Browse files Browse the repository at this point in the history
Signed-off-by: César Román <thecesrom@gmail.com>
  • Loading branch information
cesarcoatl committed Jun 29, 2022
1 parent a7cca5c commit ebe973c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
- name: Upload to PyPI via Twine
env:
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN_IGNITION_API_PKG }}
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN_IGNITION_API_STUBS }}
run: |
python -m twine upload --verbose --username '__token__' dist/*

0 comments on commit ebe973c

Please sign in to comment.