Skip to content

Commit 753401a

Browse files
committed
only build on release
1 parent df43430 commit 753401a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/wheels.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ jobs:
3030
with:
3131
path: ./wheelhouse/*.whl
3232

33-
upload_pypi:
34-
needs: [build_wheels]
35-
runs-on: ubuntu-latest
36-
if: github.event_name == 'release' && github.event.action == 'published'
37-
steps:
3833
- uses: actions/download-artifact@v2
3934
with:
4035
name: artifact

0 commit comments

Comments
 (0)