File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -48,15 +48,15 @@ jobs:
4848 - runner : ubuntu-24.04
4949 python-version : " cp312-manylinux_x86_64"
5050 archs : " x86_64"
51- # - runner: ubuntu-24.04
52- # python-version: "cp312-manylinux_aarch64 "
53- # archs: "aarch64 "
54- # - runner: ubuntu-24.04
55- # python-version: "cp312-manylinux_i686 "
56- # - runner: ubuntu-24.04
57- # python-version: "cp312-manylinux_aarch64"
58- # - runner: ubuntu-24.04
59- # python-version : "cp312-manylinux_armv7l "
51+ - runner : ubuntu-24.04
52+ python-version : " cp312-manylinux_i686 "
53+ archs : " i686 "
54+ - runner : ubuntu-24.04
55+ python-version : " cp312-manylinux_aarch64 "
56+ archs : " aarch64 "
57+ - runner : ubuntu-24.04
58+ python-version : " cp312-manylinux_armv7l "
59+ archs : " armv7l "
6060 steps :
6161 - uses : actions/checkout@v4
6262 - name : Download stub artifact
@@ -100,10 +100,10 @@ jobs:
100100 fail-fast : false
101101 matrix :
102102 platform :
103- # - runner: macos-13
104- # python-version: "cp312-macosx_x86_64"
105- # archs: "x86_64"
106- # macosx_deployment_target: "13.0"
103+ - runner : macos-13
104+ python-version : " cp312-macosx_x86_64"
105+ archs : " x86_64"
106+ macosx_deployment_target : " 13.0"
107107 - runner : macos-14
108108 python-version : " cp312-macosx_arm64"
109109 archs : " arm64"
You can’t perform that action at this time.
0 commit comments