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 25eac83 commit 1b91ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
uses: pypa/cibuildwheel@v2.17.0
with:
package-dir: /usr/local/python_installer
config-file: /project/source/wrappers/python/pyproject.toml
config-file: ./source/wrappers/python/pyproject.toml
env:
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_28
Expand Down

0 comments on commit 1b91ce0

Please sign in to comment.