Skip to content

Commit 9b4a0d6

Browse files
committed
REL: release 2.3.3 sdist (wheels are already up)
1 parent 8621c13 commit 9b4a0d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ permissions:
4040
jobs:
4141
build_wheels:
4242
name: Build wheel ${{ matrix.python }}-${{ matrix.buildplat[1] }}-${{ matrix.buildplat[2] }}
43+
if: false
4344
runs-on: ${{ matrix.buildplat[0] }}
4445
strategy:
4546
# Ensure that a wheel builder finishes even if another fails
@@ -257,7 +258,7 @@ jobs:
257258
name: Ensure commit is tag before upload to PyPi
258259

259260
if: github.event_name == 'workflow_dispatch' && github.event.inputs.environment == 'pypi'
260-
needs: [build_wheels, build_sdist]
261+
needs: [build_sdist]
261262
runs-on: ubuntu-latest
262263
steps:
263264
- name: Checkout numpy

0 commit comments

Comments
 (0)