Skip to content

Commit

Permalink
test CIBW_BEFORE_BUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
eeliu committed Oct 29, 2024
1 parent 2f4c51f commit ce4047e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,17 @@ jobs:
python -m build -s --outdir wheelhouse
- name: Install cibuildwheel
run: python -m pip install cibuildwheel
run: python -m pip install cibuildwheel==2.21.3

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_ARCHS_LINUX: auto aarch64
CIBW_ARCHS_WINDOWS: ARM64 AMD64 x86
CIBW_ARCHS_MACOS: auto x86_64 arm64
CIBW_SKIP: cp37-* cp38-*
CIBW_BEFORE_BUILD: pip install 'setuptools<72.2.0 ; implementation_name == "pypy"'
CIBW_SKIP: cp37-* cp38-* cp36-*
CIBW_BEFORE_BUILD_LINUX: pip install 'setuptools<72.2.0'
CIBW_BEFORE_BUILD_MACOS: pip install 'setuptools<72.2.0'

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit ce4047e

Please sign in to comment.