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 45c01c1 commit c33cba3Copy full SHA for c33cba3
.github/workflows/release.yml
@@ -15,6 +15,7 @@ jobs:
15
16
build:
17
name: Build distribution 📦
18
+ if: startsWith(github.ref, 'refs/tags/') # only publish on tag pushes
19
runs-on: ubuntu-latest
20
21
steps:
@@ -37,7 +38,6 @@ jobs:
37
38
publish-to-pypi:
39
name: >-
40
Publish Python 🐍 distribution 📦 to PyPI
- if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
41
needs:
42
- build
43
@@ -100,7 +100,6 @@ jobs:
100
101
publish-to-testpypi:
102
name: Publish Python 🐍 distribution 📦 to TestPyPI
103
104
105
106
0 commit comments