summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2022-08-03 10:53:28 +0200
committerStefan Behnel <stefan_ml@behnel.de>2022-08-03 10:53:57 +0200
commit5fbac16da26e1cbddeafd9fa9c98d31ce8b5e19d (patch)
treeb13e727f5f563ff5294e9ba234a503052fc486bb /.github
parentd1db86b1e2560afe2e0ec4ce7d6c25628023e16b (diff)
downloadcython-5fbac16da26e1cbddeafd9fa9c98d31ce8b5e19d.tar.gz
Allow passing Cython build options via env vars, not only via CLI.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/wheels.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml
index 58266f96d..a6ce603d6 100644
--- a/.github/workflows/wheels.yml
+++ b/.github/workflows/wheels.yml
@@ -69,10 +69,6 @@ jobs:
uses: pypa/cibuildwheel@v2.8.1
env:
# TODO: Build Cython with the compile-all flag?
- # Unfortunately, there is no way to modify cibuildwheel's build command
- # so there is no way to pass this in directly.
- # This would require modifying cython's setup.py to look for these flags
- # in env vars.
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
CIBW_PRERELEASE_PYTHONS: True
CIBW_ARCHS_LINUX: auto aarch64