Skip to content

Commit

Permalink
Update actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gduscher authored Sep 1, 2024
1 parent f5f0c04 commit 30e0be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ jobs:
env:
PYPI_TOKEN_PASSWORD: ${{ secrets.API_TOKEN_PYPI2 }}
run: |
pip install wheel twine, build
pip install wheel, twine, build
python -m build --sdist --wheel
twine upload --username "__token__" --password $PYPI_TOKEN_PASSWORD dist/*

0 comments on commit 30e0be4

Please sign in to comment.