Skip to content

Commit

Permalink
updating PyPI deployment token
Browse files Browse the repository at this point in the history
  • Loading branch information
michal-g committed Apr 30, 2024
1 parent badefdd commit 483ec70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
TWINE_PASSWORD: ${{ secrets.PYPI_MAIN_TOKEN }}

run: |
python -m pip install --upgrade build
Expand Down

0 comments on commit 483ec70

Please sign in to comment.