Skip to content

Commit

Permalink
Another try for universal2
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Heitzmann Gabrielli <[email protected]>
  • Loading branch information
heitzmann committed Oct 12, 2023
1 parent 27e2fcb commit 05cca78
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pypi-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
arch: [auto64]
include:
- os: macos-latest
arch: universal2
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -21,7 +25,6 @@ jobs:
- uses: pypa/[email protected]
env:
CIBW_SKIP: "cp36-* cp37-* pp* *_ppc64le *_s390x"
CIBW_ARCHS_MACOS: "universal2"
CIBW_BEFORE_ALL_LINUX: >
yum install -y wget || apk add qhull-dev;
wget https://github.com/qhull/qhull/archive/refs/tags/v8.0.2.tar.gz &&
Expand Down

0 comments on commit 05cca78

Please sign in to comment.