We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7448ac3 + 1ba9f11 commit 7d7d5a8Copy full SHA for 7d7d5a8
.github/workflows/cd.yml
@@ -1,6 +1,9 @@
1
name: Publish Python 🐍 distribution 📦 to PyPI and TestPyPI
2
3
-on: push
+on:
4
+ push:
5
+ tags:
6
+ - '**'
7
8
jobs:
9
build:
0 commit comments