File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Expand file tree Collapse file tree 3 files changed +2
-2
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -142,11 +142,11 @@ jobs:
142142 # Use build instead of pip wheel to build the wheels. This is recommended by PyPA.
143143 # See https://cibuildwheel.pypa.io/en/stable/options/#build-frontend.
144144 CIBW_BUILD_FRONTEND : " build"
145- CIBW_BEFORE_ALL : bash {project}/build_tools/wheels /cibw_before_all.sh ${{ matrix.python_version }} {project}
145+ CIBW_BEFORE_ALL : bash .github/scripts/python_wheels /cibw_before_all.sh ${{ matrix.python_version }} {project}
146146
147147 CIBW_BUILD_VERBOSITY : 1
148148
149- run : bash build_tools/wheels /build_wheels.sh
149+ run : bash .github/scripts/python_wheels /build_wheels.sh
150150
151151 - name : Store artifacts
152152 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments