Skip to content

Commit

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

0 comments on commit f120abd

Please sign in to comment.