Skip to content

Commit 16dfce0

Browse files
committed
bugfix: fix python publishing action not working correctly
1 parent e3ee39e commit 16dfce0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/actions/python/publish/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,12 @@ runs:
3333
packages-dir: dist/
3434
user: __token__
3535
password: ""
36+
repository-url: https://upload.pypi.org/legacy/
37+
verify-metadata: true
38+
skip-existing: false
3639
verbose: true
40+
print-hash: true
41+
attestations: true
3742
- name: Create GitHub Release
3843
if: inputs.create-release == 'true'
3944
uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2.0.8

0 commit comments

Comments
 (0)