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 04027de commit f59dd41Copy full SHA for f59dd41
scripts/build_wheel_allpy.sh
@@ -6,8 +6,7 @@ eval "$(conda shell.bash hook)"
6
REPO_ROOT=$(cd $(dirname $(dirname $0)); pwd)
7
cd ${REPO_ROOT}
8
9
-# PY_VERSION_LIST=("3.8" "3.9" "3.10")
10
-PY_VERSION_LIST=("3.10")
+PY_VERSION_LIST=("3.8" "3.9" "3.10")
11
for PY_VERSION in ${PY_VERSION_LIST[@]}; do
12
echo start building wheels for python${PY_VERSION}
13
PY_VERSION_NAME=${PY_VERSION/./}
setup.py
@@ -5,7 +5,7 @@
5
from skbuild import setup
-VERSION = "0.1.1"
+VERSION = "0.1.1.post2"
vendor_dispatch_key_map = {
"ascend": "PrivateUse1",
0 commit comments