Update wheels.yml

This commit is contained in:
Dan 2022-11-11 20:05:43 +01:00
parent 115cae5632
commit 2ac99d13ee

View File

@ -11,10 +11,10 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest] os: [ubuntu-latest, windows-latest, macos-latest]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: Build wheels - name: Build wheels
uses: pypa/cibuildwheel@v2.3.1 uses: pypa/cibuildwheel@v2.11.2
env: env:
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64" CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
CIBW_TEST_REQUIRES: tox CIBW_TEST_REQUIRES: tox