Skip to content

Commit 5a9cb58

Browse files
committed
build-wheels-push on tagged release
1 parent 31c44d4 commit 5a9cb58

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build-wheels-push.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: build-wheels-push
22

33
# on: []
4-
on: push
4+
# on: push
55

6-
# on:
7-
# release:
8-
# types:
9-
# - published
6+
on:
7+
release:
8+
types:
9+
- published
1010

1111
concurrency:
1212
group: ${{ github.workflow }}-${{ github.ref }}
@@ -127,7 +127,7 @@ jobs:
127127
needs: [build_wheels, build_sdist]
128128

129129
# upload to PyPI on every tag starting with 'v'
130-
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
130+
# if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
131131

132132
environment:
133133
name: pypi

0 commit comments

Comments
 (0)