We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d02032 + 826aaa8 commit 2347f85Copy full SHA for 2347f85
1 file changed
.github/workflows/build.yml
@@ -1,7 +1,9 @@
1
name: Build and upload to PyPI
2
on:
3
- release:
4
- types: [published]
+ push:
+ tags:
5
+ - "v[0-9]*.[0-9]*.[0-9]*"
6
+ - "[0-9]*.[0-9]*.[0-9]*"
7
8
jobs:
9
build-and-publish:
0 commit comments