update CI yaml for building wheels

release/4.3a0
Varun Agrawal 2025-03-07 16:07:45 -05:00
parent faf51527e7
commit e9bdeadec1
1 changed files with 2 additions and 2 deletions

View File

@ -142,11 +142,11 @@ jobs:
# Use build instead of pip wheel to build the wheels. This is recommended by PyPA.
# See https://cibuildwheel.pypa.io/en/stable/options/#build-frontend.
CIBW_BUILD_FRONTEND: "build"
CIBW_BEFORE_ALL: bash {project}/build_tools/wheels/cibw_before_all.sh ${{ matrix.python_version }} {project}
CIBW_BEFORE_ALL: bash .github/scripts/python_wheels/cibw_before_all.sh ${{ matrix.python_version }} {project}
CIBW_BUILD_VERBOSITY: 1
run: bash build_tools/wheels/build_wheels.sh
run: bash .github/scripts/python_wheels/build_wheels.sh
- name: Store artifacts
uses: actions/upload-artifact@v4