Skip to content

Commit

Permalink
Added --verbose flag to twine
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshYuJump authored Jul 19, 2024
1 parent af0039e commit c42115d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
run: |
python3 setup.py sdist bdist_wheel
echo Start upload to PyPI using ${{ secrets.PYPI_USERNAME }}
twine upload dist/*
twine upload dist/* --verbose

0 comments on commit c42115d

Please sign in to comment.