Skip to content

Commit

Permalink
Change wheel build action
Browse files Browse the repository at this point in the history
  • Loading branch information
holgern committed Apr 19, 2023
1 parent 3258eb1 commit e19f3d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
# Pattern matched against refs/tags
tags:
- '*' # Push events to every tag not containing /
- 'v[0-9]+.[0-9]+.[0-9]+'
env:
CIBW_BUILD_VERBOSITY: 1
# Run the package tests using `pytest`
Expand Down Expand Up @@ -92,7 +92,6 @@ jobs:
name: Upload to PyPI (prod)
needs: [build_wheels, build_aarch64_wheels, make_sdist]
runs-on: ubuntu-20.04
if: github.ref == 'refs/heads/master'
steps:
- uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit e19f3d8

Please sign in to comment.