Skip to content

Commit e70cf59

Browse files
authored
Update VERSION to v0.5.1 and set arch in ciwheel.yml (#1591)
Bump version for release
1 parent 8afe259 commit e70cf59

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ciwheel.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
CIBW_BUILD: "cp3?-manylinux_x86_64"
3131
CIBW_SKIP: "cp35-*"
3232
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
33+
arch: x86_64
3334
# CIBW_TEST_COMMAND: TODO
3435

3536
- name: Build wheels macos
@@ -43,6 +44,7 @@ jobs:
4344
CIBW_BUILD: "cp3?-macosx_x86_64"
4445
CIBW_SKIP: "cp35-*"
4546
CIBW_ARCHS_MACOS: x86_64 universal2
47+
arch: x86_64
4648
# CIBW_TEST_COMMAND: TODO
4749

4850
# this action runs auditwheel automatically with the following args:

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.1-dev
1+
0.5.1

0 commit comments

Comments
 (0)