Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 585b71f

Browse files
Fix wheel uploading on new release tags (#355)
1 parent bfa5e55 commit 585b71f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-sdist-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112

113113
upload_artifacts:
114114
name: Upload wheels to PyPI
115-
if: github.event_name == 'release' && github.event.action == 'published'
115+
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
116116

117117
runs-on: ubuntu-latest
118118
needs: [build_wheels, build_sdist]

0 commit comments

Comments
 (0)