From 33f44753005bcfdd61eb844fc08b8a553f754d18 Mon Sep 17 00:00:00 2001 From: jodhus Date: Tue, 3 Sep 2024 21:05:11 -0400 Subject: [PATCH] Whoops. --- .github/workflows/build-test-pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test-pypi.yml b/.github/workflows/build-test-pypi.yml index 92725bb..e482d7d 100644 --- a/.github/workflows/build-test-pypi.yml +++ b/.github/workflows/build-test-pypi.yml @@ -66,7 +66,7 @@ jobs: - name: Build wheels uses: joerick/cibuildwheel@v2.20.0 env: - CIBW_ARCHS: "${{ matrix.archs }}" + #CIBW_ARCHS: "${{ matrix.archs }}" CIBW_BUILD: "cp${{ steps.pythonversion.outputs.value }}-*" CIBW_ENVIRONMENT: "SETUPTOOLS_SCM_PRETEND_VERSION=${{ github.event.inputs.overrideVersion }}" - name: Upload wheels to artifact container