Skip to content
Snippets Groups Projects
Unverified Commit e70cf595 authored by Brent Huisman's avatar Brent Huisman Committed by GitHub
Browse files

Update VERSION to v0.5.1 and set arch in ciwheel.yml (#1591)

Bump version for release
parent 8afe2594
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -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:
......
0.5.1-dev
0.5.1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment