Skip to content

Commit

Permalink
Testing: Skip wheel build
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Feb 23, 2024
1 parent 337d76d commit ecbff7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
build_wheels:
name: Build ${{ matrix.only }}
needs: generate_wheels_matrix
if: false
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -135,7 +136,7 @@ jobs:
name: Upload release to PyPI
needs:
- generate_wheels_matrix
- build_wheels
# - build_wheels
- build_sdist_python_wheel
runs-on: ubuntu-latest
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit ecbff7b

Please sign in to comment.