Skip to content

Commit

Permalink
CI config tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinbjornt committed Dec 14, 2022
1 parent d7089d4 commit 501ff4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ jobs:
python-version: '3.10'

- name: Install cibuildwheel
run: python -m pip install --upgrade wheel setuptools pip cibuildwheel
run: python -m pip install --upgrade wheel setuptools pip cibuildwheel==2.11.1

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
# Options (https://cibuildwheel.readthedocs.io/en/stable/options/)
env:
CIBW_SKIP: cp36-* cp311-* *musllinux*
CIBW_BEFORE_BUILD_MACOS: python3 -m pip install --upgrade setuptools wheel cffi
CIBW_SKIP: cp36-* *musllinux*
# CIBW_BEFORE_BUILD_MACOS: python3 -m pip install --upgrade setuptools wheel cffi
CIBW_ARCHS_MACOS: "x86_64 arm64"
CIBW_ARCHS_WINDOWS: "AMD64"
CIBW_ARCHS_LINUX: "x86_64"
Expand Down

0 comments on commit 501ff4b

Please sign in to comment.