Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 0aff44a + 28fee01 commit df148eeCopy full SHA for df148ee
1 file changed
.github/workflows/cibuildwheel.yml
@@ -194,7 +194,7 @@ jobs:
194
if-no-files-found: error
195
196
publish:
197
- if: github.event_name == 'release' && github.event.action == 'published'
+ if: github.event_name == 'push' && github.ref_type == 'tag'
198
name: Upload release to PyPI
199
needs: [build_sdist, build_wheels]
200
runs-on: ubuntu-latest
0 commit comments