File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8989 with :
9090 package-dir : sample_proj
9191 output-dir : wheelhouse_only
92- only : cp312-${{ ( runner.os == 'Linux' && (runner.arch == 'X64 ' && 'manylinux_x86_64') || (runner.arch == 'ARM64' && 'manylinux_aarch64') ) || (runner.os == 'Windows' && 'win_amd64' || 'macosx_x86_64') }}
92+ only : cp312-${{ runner.os == 'Linux' && (runner.arch == 'ARM64 ' && 'manylinux_aarch64' || 'manylinux_x86_64' ) || (runner.os == 'Windows' && 'win_amd64' || 'macosx_x86_64') }}
9393
9494 - name : Create custom configuration file
9595 shell : bash
@@ -124,7 +124,7 @@ jobs:
124124
125125 - name : Test cibuildwheel
126126 run : |
127- uv run bin/run_tests.py ${{ runner.os == 'Linux' && runner.arch == 'X64' && '--run-podman' || ''}}
127+ uv run bin/run_tests.py ${{ ( runner.os == 'Linux' && runner.arch == 'X64') && '--run-podman' || '' }}
128128
129129 emulated-archs :
130130 name : Get qemu emulated architectures
You can’t perform that action at this time.
0 commit comments