Skip to content

Commit

Permalink
trying to get cibuildwheel to run from pyuda install location, instea…
Browse files Browse the repository at this point in the history
…d of default project root directory
  • Loading branch information
stephen-dixon committed Apr 14, 2024
1 parent 1b91ce0 commit 8cf0aaa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ jobs:
if: startswith(matrix.build-platform[2], 'manylinux_2_28')
uses: pypa/cibuildwheel@v2.17.0
with:
package-dir: /usr/local/python_installer
# package-dir: /usr/local/python_installer
package-dir: ./source/wrappers/python
config-file: ./source/wrappers/python/pyproject.toml
env:
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
Expand All @@ -111,6 +112,7 @@ jobs:
-DSSLAUTHENTICATION=OFF
-DENABLE_CAPNP=ON -DCLIENT_ONLY=ON &&
cmake --build build -j --config Release --target install &&
cp -r /usr/local/python_installer/* /project/source/wrappers/python/
- uses: actions/upload-artifact@v4
with:
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
Expand Down

0 comments on commit 8cf0aaa

Please sign in to comment.