Skip to content

Commit

Permalink
Update .github/workflows/publish-to-pypi.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Garcia Samuel <sam.garcia.die@gmail.com>
  • Loading branch information
alejoe91 and samuelgarcia authored Jan 26, 2024
1 parent ea6e873 commit aee9134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: |
python -m build --sdist --wheel
twine upload --repository testpypi dist/*
twine upload dist/*

0 comments on commit aee9134

Please sign in to comment.