Skip to content

Commit aa0eb11

Browse files
authored
Merge pull request #2044 from borglab/python-wheel
Move scripts for building wheels to CI directory
2 parents 6a765f2 + e9bdead commit aa0eb11

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.

.github/workflows/build-cibw.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)