Skip to content

Commit 2d34b1d

Browse files
authored
include verbose arg in CI for test-pypi
1 parent d1b9dfc commit 2d34b1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
with:
2525
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
2626
repository-url: https://test.pypi.org/legacy/
27+
verbose: true
2728
publish:
2829
needs: [ publish-test ]
2930
# This condition ensures publish-test succeeded before running this job

0 commit comments

Comments
 (0)