Skip to content

Commit 4c65f6e

Browse files
Update python-publish.yml
1 parent 7d639e7 commit 4c65f6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,5 @@ jobs:
5454
uses: pypa/gh-action-pypi-publish@release/v1
5555
with:
5656
packages-dir: dist/
57-
password: ${{ secrets.PYPI_API_TOKEN }}
57+
password: ${{ secrets.PYPI_API_TOKEN }}
58+
extra-args: --verbose

0 commit comments

Comments
 (0)