Unverified Commit ce16e479 authored by Lei Wang's avatar Lei Wang Committed by GitHub
Browse files

[Release] Bump Version into 0.1.7 (#1377)

* Update VERSION to 0.1.7

* Update Python version in distribution scripts to support CPython 3.9 and log output
parent 6021f863
...@@ -2,4 +2,4 @@ ...@@ -2,4 +2,4 @@
set -euxo pipefail set -euxo pipefail
# Build for local architecture # Build for local architecture
CIBW_BUILD='cp38-*' cibuildwheel . CIBW_BUILD='cp39-*' cibuildwheel . 2>&1 | tee cibuildwheel.log
...@@ -12,9 +12,8 @@ if docker buildx version >/dev/null 2>&1; then ...@@ -12,9 +12,8 @@ if docker buildx version >/dev/null 2>&1; then
docker buildx use multi >/dev/null 2>&1 || true docker buildx use multi >/dev/null 2>&1 || true
fi fi
docker buildx inspect --bootstrap >/dev/null 2>&1 || true docker buildx inspect --bootstrap >/dev/null 2>&1 || true
done
export CIBW_ARCHS='x86_64 aarch64' export CIBW_ARCHS='x86_64 aarch64'
fi fi
NO_VERSION_LABEL=ON CIBW_BUILD='cp38-*' cibuildwheel . NO_VERSION_LABEL=ON CIBW_BUILD='cp39-*' cibuildwheel . 2>&1 | tee cibuildwheel.log
Markdown is supported
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