Browse Source

chore: add Universal2 wheels (#82)

master
Henry Schreiner 4 years ago committed by GitHub
parent
commit
ee796d4d7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/wheels.yml

2
.github/workflows/wheels.yml

@ -12,6 +12,8 @@ on: @@ -12,6 +12,8 @@ on:
env:
CIBW_TEST_COMMAND: python {project}/tests/test.py
CIBW_ARCHS_MACOS: auto universal2
CIBW_TEST_SKIP: "*universal2:arm64"
jobs:

Loading…
Cancel
Save