Skip to content

Commit

Permalink
Updated wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinbjornt committed Aug 26, 2024
1 parent fe002e8 commit 0404446
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
python-version: '3.10'

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

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

0 comments on commit 0404446

Please sign in to comment.