We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 413a642 commit 686e61fCopy full SHA for 686e61f
1 file changed
.github/workflows/publish-to-pypi.yml
@@ -1,5 +1,9 @@
1
name: Publish Python package to PyPI
2
-on: push
+on:
3
+ push:
4
+ tags:
5
+ - 'v*.*.*'
6
+
7
jobs:
8
build:
9
name: Build distro
0 commit comments