Skip to content

Commit 7bc035f

Browse files
committed
Fix GitHub workflows
1 parent 5981843 commit 7bc035f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
- name: Sign distribution with Sigstore
190190
uses: sigstore/[email protected]
191191
with:
192-
inputs: dist/
192+
inputs: ./dist/*.whl
193193

194194
- name: Upload artifact signatures to GitHub Release
195195
env:

0 commit comments

Comments
 (0)