Skip to content

Commit 3a8db5d

Browse files
workflow update
1 parent c989b66 commit 3a8db5d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,7 @@ jobs:
9494
token: ${{ secrets.GITHUB_TOKEN }}
9595

9696
- name: Create PyPi Release
97-
uses: pypa/gh-action-pypi-publish@release/v1
97+
uses: pypa/gh-action-pypi-publish@release/v1
98+
with:
99+
verbose: true
100+
print-hash: true

0 commit comments

Comments
 (0)