File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 8383 matrix :
8484 platform :
8585 - runner : ubuntu-24.04
86- python-version : " {cp312-manylinux_x86_64,cp312-manylinux_aarch64}"
87- archs : " x86_64,aarch64"
86+ python-version : " cp312-manylinux_x86_64"
87+ archs : " x86_64"
88+ # - runner: ubuntu-24.04
89+ # python-version: "{cp312-manylinux_x86_64,cp312-manylinux_aarch64}"
90+ # archs: "x86_64,aarch64"
8891 # - runner: macos-13
8992 # python-version: "cp312-macosx_x86_64"
9093 # arch: "x86_64"
@@ -133,6 +136,7 @@ jobs:
133136 CIBW_ENVIRONMENT_LINUX : " PATH=$HOME/.cargo/bin:$PATH"
134137 CIBW_ENVIRONMENT_MACOS : >-
135138 PATH=$HOME/.cargo/bin:$PATH MACOSX_DEPLOYMENT_TARGET=${{ matrix.platform.macosx_deployment_target }}
139+ CIBW_TEST_COMMAND : ' cargo install --path {project}/splashsurf && cd {package} && pytest'
136140 - name : Upload wheels
137141 uses : actions/upload-artifact@v4
138142 with :
You can’t perform that action at this time.
0 commit comments