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 c08a58e commit e37ace5Copy full SHA for e37ace5
.github/workflows/build_wheels.yml
@@ -117,6 +117,7 @@ jobs:
117
with:
118
path: ./dist/*.whl
119
- name: Upload pypi
120
+ if: startsWith(github.ref, 'refs/tags/v')
121
run: |
122
python3 -m pip install twine
123
python3 -m twine upload dist/*.whl
@@ -234,6 +235,7 @@ jobs:
234
235
236
237
238
239
240
241
@@ -359,6 +361,7 @@ jobs:
359
361
360
362
path: ./wheelhouse/*.whl
363
364
365
366
367
python3 -m twine upload wheelhouse/*.whl
0 commit comments