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.
1 parent 8afe259 commit e70cf59Copy full SHA for e70cf59
2 files changed
.github/workflows/ciwheel.yml
@@ -30,6 +30,7 @@ jobs:
30
CIBW_BUILD: "cp3?-manylinux_x86_64"
31
CIBW_SKIP: "cp35-*"
32
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
33
+ arch: x86_64
34
# CIBW_TEST_COMMAND: TODO
35
36
- name: Build wheels macos
@@ -43,6 +44,7 @@ jobs:
43
44
CIBW_BUILD: "cp3?-macosx_x86_64"
45
46
CIBW_ARCHS_MACOS: x86_64 universal2
47
48
49
50
# this action runs auditwheel automatically with the following args:
VERSION
@@ -1 +1 @@
1
-0.5.1-dev
+0.5.1
0 commit comments