enable verbose and print-hash
This commit is contained in:
parent
13c697bd23
commit
e6989a6464
|
@ -244,4 +244,6 @@ jobs:
|
||||||
uses: pypa/gh-action-pypi-publish@release/v1
|
uses: pypa/gh-action-pypi-publish@release/v1
|
||||||
with:
|
with:
|
||||||
packages-dir: dist/
|
packages-dir: dist/
|
||||||
|
print-hash: true
|
||||||
skip-existing: true
|
skip-existing: true
|
||||||
|
verbose: true
|
||||||
|
|
Loading…
Reference in New Issue