Pass NIGHTLY env variable to cibw container

release/4.3a0
Yashas Ambati 2025-02-20 18:06:30 -05:00
parent 5da3691609
commit abe4cd7727
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ jobs:
CIBW_BUILD: cp${{ matrix.cibw_python_version }}-${{ matrix.platform_id }} CIBW_BUILD: cp${{ matrix.cibw_python_version }}-${{ matrix.platform_id }}
CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.manylinux_image }} CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.manylinux_image }}
CIBW_ARCHS: all CIBW_ARCHS: all
CIBW_ENVIRONMENT_PASS_LINUX: NIGHTLY
CIBW_BUILD_FRONTEND: "build" CIBW_BUILD_FRONTEND: "build"
CIBW_BEFORE_ALL: bash {project}/build_tools/wheels/cibw_before_all.sh ${{ matrix.python_version }} {project} CIBW_BEFORE_ALL: bash {project}/build_tools/wheels/cibw_before_all.sh ${{ matrix.python_version }} {project}