Skip to content

Commit ffaf230

Browse files
Merge pull request #80 from fabienheureux/fix/pypi-deploy-add-verbose
Add verbose true to debug pypi deploy issues
2 parents d9c5bb9 + 7a88f4f commit ffaf230

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

+1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ jobs:
2424
with:
2525
user: __token__
2626
password: ${{ secrets.PYPI_API_TOKEN }}
27+
verbose: true
2728

0 commit comments

Comments
 (0)