enable verbose and print-hash

This commit is contained in:
Kyle Altendorf 2024-03-12 20:31:41 -04:00
parent 13c697bd23
commit e6989a6464
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

@ -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