From a1e3a7500c07e7ec807a5b73f6947ee0fb026b16 Mon Sep 17 00:00:00 2001 From: Alec Jacobson Date: Tue, 29 Oct 2024 23:50:36 -0400 Subject: [PATCH] endless --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 19a868d..043f283 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -93,7 +93,7 @@ jobs: - name: Build wheels run: | - CIBW_ENVIRONMENT="PIP_CONSTRAINT=constraints.txt" python -m cibuildwheel --output-dir wheelhouse + python -m cibuildwheel --output-dir wheelhouse # Upload binaries to github - uses: actions/upload-artifact@v4