We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b6dbea commit d109cc3Copy full SHA for d109cc3
.github/workflows/publish-to-pypi.yml
@@ -2,7 +2,8 @@ name: Publish Python 🐍 distributions 📦 to PyPI
2
3
on:
4
push:
5
- branches: [ main ]
+ tags:
6
+ - '*'
7
8
jobs:
9
build-n-publish:
0 commit comments