Skip to content

Commit

Permalink
BLD: make them all
Browse files Browse the repository at this point in the history
  • Loading branch information
andyfaff committed Aug 3, 2022
1 parent 51e002d commit eb35828
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ jobs:
# Github Actions doesn't support pairing matrix values together, let's improvise
# https://github.com/github/feedback/discussions/7835#discussioncomment-1769026
buildplat:
# - [ubuntu-20.04, manylinux_x86_64]
- [ubuntu-20.04, manylinux_aarch64]
#- [macos-11, macosx_*]
- [ubuntu-20.04, manylinux*, x86_64]
- [ubuntu-20.04, manylinux*, aarch64]
- [macos-11, macosx*, x86_64]
# - [windows-2019, win_amd64]
# - [windows-2019, win32]
python: ["cp38", "cp39", "cp310"] #, "cp38", "cp310", "pp38" "pp39"]
Expand Down Expand Up @@ -107,6 +107,7 @@ jobs:
uses: pypa/[email protected]
env:
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
CIBW_ARCHS: ${{ matrix.buildplat[2] }}

- uses: actions/upload-artifact@v3
with:
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ environment = { CFLAGS="-std=c99 -fno-strict-aliasing", LDFLAGS="-Wl,--strip-deb
[tool.cibuildwheel.macos]
# If universal2 wheels are wanted use delocate-fuse
# TODO figure out arm64 cross compilation
archs = "x86_64"
test-skip = "*_arm64 *_universal2:arm64"
# MACOS linker doesn't support stripping symbols
environment = { CFLAGS="-fno-strict-aliasing"}
Expand Down

0 comments on commit eb35828

Please sign in to comment.