Skip to content

Commit 8e478ed

Browse files
committed
Fix worklow for 'gh release upload'
1 parent c2b046e commit 8e478ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,5 @@ jobs:
104104
# sigstore-produced signatures and certificates.
105105
run: >-
106106
gh release upload
107-
'${{ github.ref_name }}' src/python/dist/**
107+
'${{ github.ref_name }}' dist/**
108108
--repo '${{ github.repository }}'

0 commit comments

Comments
 (0)