Skip to content

Commit

Permalink
PYPI_API_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinMalyMM authored Feb 20, 2023
1 parent c385520 commit 96bbe44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Build and publish package
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: |
python setup.py sdist
twine upload dist/*
Expand Down

0 comments on commit 96bbe44

Please sign in to comment.