We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0f32a5 commit dab99f6Copy full SHA for dab99f6
1 file changed
.github/workflows/publish.yml
@@ -2,10 +2,8 @@
2
name: Publish Python Package
3
4
on: # yamllint disable-line rule:truthy
5
- push:
6
- tags:
7
- - 'v*.*.*'
8
- workflow_dispatch:
+ release:
+ types: [published, edited]
9
10
jobs:
11
build:
0 commit comments