Skip to content

Commit

Permalink
ci: verbose output for twine upload command
Browse files Browse the repository at this point in the history
  • Loading branch information
pacman82 committed Jan 31, 2025
1 parent 1e17e10 commit 26c7f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Publish Manylinux wheel
run: |
pip install twine
twine upload --repository testpypi --skip-existing -u __token__ -p "${{ secrets.TEST_PYPI_API_TOKEN }}" dist/*
twine upload --repository testpypi --skip-existing --verbose -u __token__ -p "${{ secrets.TEST_PYPI_API_TOKEN }}" dist/*
macos-arm-wheel:
Expand Down

0 comments on commit 26c7f18

Please sign in to comment.