We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4111505 + 963efd8 commit 869c0c0Copy full SHA for 869c0c0
.github/workflows/release_wheels.yml
@@ -15,12 +15,7 @@ jobs:
15
- os: macos-10.15
16
name: mac
17
cibw:
18
- build: "cp36* cp37* cp38*"
19
- - os: macos-10.15
20
- name: mac-arm
21
- cibw:
22
- arch: universal2
23
- build: "cp39*"
+ build: "cp36* cp37* cp38* cp39*"
24
- os: ubuntu-20.04
25
name: manylinux2014
26
.github/workflows/testing_wheels.yml
@@ -20,12 +20,7 @@ jobs:
27
28
29
30
31
0 commit comments