Skip to content

Commit e19f3d8

Browse files
committed
Change wheel build action
1 parent 3258eb1 commit e19f3d8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44
# Pattern matched against refs/tags
55
tags:
6-
- '*' # Push events to every tag not containing /
6+
- 'v[0-9]+.[0-9]+.[0-9]+'
77
env:
88
CIBW_BUILD_VERBOSITY: 1
99
# Run the package tests using `pytest`
@@ -92,7 +92,6 @@ jobs:
9292
name: Upload to PyPI (prod)
9393
needs: [build_wheels, build_aarch64_wheels, make_sdist]
9494
runs-on: ubuntu-20.04
95-
if: github.ref == 'refs/heads/master'
9695
steps:
9796
- uses: actions/download-artifact@v2
9897
with:

0 commit comments

Comments
 (0)