We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8621c13 commit 9b4a0d6Copy full SHA for 9b4a0d6
.github/workflows/wheels.yml
@@ -40,6 +40,7 @@ permissions:
40
jobs:
41
build_wheels:
42
name: Build wheel ${{ matrix.python }}-${{ matrix.buildplat[1] }}-${{ matrix.buildplat[2] }}
43
+ if: false
44
runs-on: ${{ matrix.buildplat[0] }}
45
strategy:
46
# Ensure that a wheel builder finishes even if another fails
@@ -257,7 +258,7 @@ jobs:
257
258
name: Ensure commit is tag before upload to PyPi
259
260
if: github.event_name == 'workflow_dispatch' && github.event.inputs.environment == 'pypi'
- needs: [build_wheels, build_sdist]
261
+ needs: [build_sdist]
262
runs-on: ubuntu-latest
263
steps:
264
- name: Checkout numpy
0 commit comments