Skip to content

Commit

Permalink
Merge pull request #31 from jrasband-dev/workflows
Browse files Browse the repository at this point in the history
Updated release.yml
  • Loading branch information
jrasband-dev authored Dec 3, 2024
2 parents f008577 + 61f7577 commit ab48dd7
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 @@ -40,7 +40,7 @@ jobs:
if: ${{ !github.event.inputs.dry-run }} # Only publish if not a dry run
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_API_TOKEN }}
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: |
pip install twine
python -m twine upload dist/*

0 comments on commit ab48dd7

Please sign in to comment.