Skip to content

Commit a3e0dfe

Browse files
committed
Fix GitHub workflows
1 parent 5981843 commit a3e0dfe

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Release of packages
22

33
on:
4+
workflow_dispatch:
5+
branches:
6+
- main
7+
- develop
48
release:
59
types:
610
- published
@@ -189,7 +193,7 @@ jobs:
189193
- name: Sign distribution with Sigstore
190194
uses: sigstore/gh-action-sigstore-python@v3.0.0
191195
with:
192-
inputs: dist/
196+
inputs: ./dist/*.whl
193197

194198
- name: Upload artifact signatures to GitHub Release
195199
env:

0 commit comments

Comments
 (0)