We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5981843 commit a3e0dfeCopy full SHA for a3e0dfe
1 file changed
.github/workflows/release.yml
@@ -1,6 +1,10 @@
1
name: Release of packages
2
3
on:
4
+ workflow_dispatch:
5
+ branches:
6
+ - main
7
+ - develop
8
release:
9
types:
10
- published
@@ -189,7 +193,7 @@ jobs:
189
193
- name: Sign distribution with Sigstore
190
194
uses: sigstore/gh-action-sigstore-python@v3.0.0
191
195
with:
192
- inputs: dist/
196
+ inputs: ./dist/*.whl
197
198
- name: Upload artifact signatures to GitHub Release
199
env:
0 commit comments