mirror of
https://github.com/TeamPGM/tgcrypto.git
synced 2024-11-22 07:27:39 +00:00
Update wheels.yml
This commit is contained in:
parent
115cae5632
commit
2ac99d13ee
4
.github/workflows/wheels.yml
vendored
4
.github/workflows/wheels.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user