Skip to content

Commit

Permalink
Update VERSION to v0.5.1 and set arch in ciwheel.yml (#1591)
Browse files Browse the repository at this point in the history
Bump version for release
  • Loading branch information
brenthuisman authored Jun 22, 2021
1 parent 8afe259 commit e70cf59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ciwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
CIBW_BUILD: "cp3?-manylinux_x86_64"
CIBW_SKIP: "cp35-*"
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
arch: x86_64
# CIBW_TEST_COMMAND: TODO

- name: Build wheels macos
Expand All @@ -43,6 +44,7 @@ jobs:
CIBW_BUILD: "cp3?-macosx_x86_64"
CIBW_SKIP: "cp35-*"
CIBW_ARCHS_MACOS: x86_64 universal2
arch: x86_64
# CIBW_TEST_COMMAND: TODO

# this action runs auditwheel automatically with the following args:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.1-dev
0.5.1

0 comments on commit e70cf59

Please sign in to comment.