diff --git a/.github/workflows/build-cibw.yml b/.github/workflows/build-cibw.yml index 4e39d9d3f..c6b6d609d 100644 --- a/.github/workflows/build-cibw.yml +++ b/.github/workflows/build-cibw.yml @@ -44,7 +44,7 @@ jobs: CIBW_BUILD_VERBOSITY: 1 - run: bash {project}/build_tools/wheels/build_wheels.sh + run: bash build_tools/wheels/build_wheels.sh - name: Store artifacts uses: actions/upload-artifact@v4