File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -49,16 +49,16 @@ build_wheels() {
49
49
macos_version=
50
50
# Min MacOS version for Python 3.13+ is 10.13
51
51
python_version=$( pyenv exec python3 --version 2>&1 )
52
- if [[ " $python_version " == " Python 3.13" * ]]; then
53
- macos_version=" 10.13"
54
- else
55
52
56
53
if [[ " $machine_platform " == " x86_64" ]]; then
54
+ if [[ " $python_version " == " Python 3.13" * ]]; then
55
+ macos_version=" 10.13"
56
+ else
57
57
macos_version=$macOS_version_x86_64
58
+ fi
58
59
else
59
60
macos_version=$macOS_version_arm64
60
61
fi
61
- fi
62
62
63
63
export _PYTHON_HOST_PLATFORM=" macosx-${macos_version} -${PYTHON_MACHINE_PLATFORM} "
64
64
;;
@@ -79,7 +79,7 @@ build_wheels() {
79
79
}
80
80
81
81
# Ensure that the current working directory is clean and building of wheels is made off of latest main
82
- enforce_latest_code
82
+ # enforce_latest_code
83
83
84
84
# Acquire the wheels for different OS
85
85
for python_version in " ${python_versions[@]} " ; do
You can’t perform that action at this time.
0 commit comments