Skip to content

Commit

Permalink
Merge pull request #32 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 ab48dd7 + 31cf68f commit b93de35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
run: python -m build

- name: Publish to PyPI
if: ${{ !github.event.inputs.dry-run }} # Only publish if not a dry run
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
Expand Down

0 comments on commit b93de35

Please sign in to comment.