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 dcb7750 commit aa9ce3eCopy full SHA for aa9ce3e
.github/workflows/wheel.yml
@@ -49,8 +49,8 @@ jobs:
49
name: Wheels
50
path: wheelhouse
51
52
- - name: Publish Wheels to TestPyPI
53
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
+ - name: Publish Wheels to PyPI
+ if: github.event_name == 'create' && github.event.ref_type == 'tag'
54
uses: pypa/gh-action-pypi-publish@release/v1
55
with:
56
packages_dir: wheelhouse
0 commit comments