Skip to content

Commit

Permalink
cicd: use secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
asdf8601 committed Feb 10, 2022
1 parent d52c32e commit 52394b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
- name: Publish wheels to PyPI
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: |
twine upload dist/*.whl

0 comments on commit 52394b6

Please sign in to comment.