Skip to content

Commit

Permalink
Don't build for Apple Silicon on Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ipmb committed Nov 11, 2021
1 parent b31dac6 commit c77254f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse uwsgi
env:
CIBW_SKIP: pp*
CIBW_SKIP: pp* cp38-macosx_universal2 cp38-macosx_arm64
CIBW_ARCHS_MACOS: x86_64 universal2
CIBW_TEST_SKIP: "*_arm64 *_universal2:arm64"
CIBW_ENVIRONMENT: APPEND_VERSION="" UWSGI_PROFILE=pyuwsginossl
Expand Down

0 comments on commit c77254f

Please sign in to comment.