Skip to content

Commit c98f92b

Browse files
authored
Fix the pip packaging workflow (#8708)
The CIBW_*_<PLAT> are overrides, not extensions
1 parent 4d8c660 commit c98f92b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pip.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,11 @@ jobs:
209209
CIBW_ENVIRONMENT_MACOS: >
210210
CMAKE_PREFIX_PATH='${{ github.workspace }}/opt'
211211
Python_ROOT_DIR=''
212+
SETUPTOOLS_SCM_OVERRIDES_FOR_HALIDE='{local_scheme="no-local-version"}'
212213
CIBW_ENVIRONMENT_WINDOWS: >
213214
CMAKE_GENERATOR=Ninja
214215
CMAKE_PREFIX_PATH='${{ github.workspace }}\opt'
216+
SETUPTOOLS_SCM_OVERRIDES_FOR_HALIDE='{local_scheme="no-local-version"}'
215217
CIBW_MANYLINUX_X86_64_IMAGE: "ghcr.io/halide/manylinux_2_28_x86_64-llvm:${{ env.LLVM_VERSION }}"
216218
CIBW_TEST_COMMAND: >
217219
cmake -G Ninja -S {project}/python_bindings/apps -B build -DCMAKE_BUILD_TYPE=Release &&

0 commit comments

Comments
 (0)