Skip to content

Commit bc81a7d

Browse files
committed
PyPI
1 parent 8869cbf commit bc81a7d

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/publish-to-pypi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,5 @@ jobs:
4848

4949
- name: Publish distribution to PyPI
5050
uses: pypa/gh-action-pypi-publish@v1.13.0
51+
with:
52+
print-hash: true

.github/workflows/publish-to-testpypi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,5 @@ jobs:
5353
uses: pypa/gh-action-pypi-publish@v1.13.0
5454
with:
5555
repository-url: https://test.pypi.org/legacy/
56+
print-hash: true
57+
verbose: true

0 commit comments

Comments
 (0)