Skip to content

Commit

Permalink
global-config change to cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
nalinigans committed Dec 16, 2024
1 parent f586a15 commit 0079b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
CIBW_BEFORE_ALL: "OSX_ARCH='arm64' INSTALL_PREFIX=${{ env.INSTALL_PREFIX }} .github/scripts/install_prereqs.sh release"
CIBW_BEFORE_BUILD: "pip install -r {package}/requirements_dev.txt && cd {package}"
CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-*"
CIBW_CONFIG_SETTINGS: "--build-option=--with-version=${{ needs.version_number.outputs.version }} --build-option=--with-genomicsdb=${{ env.INSTALL_PREFIX }}"
CIBW_CONFIG_SETTINGS: "--global-option=--with-version=${{ needs.version_number.outputs.version }} --build-option=--with-genomicsdb=${{ env.INSTALL_PREFIX }}"
CIBW_ENVIRONMENT: DYLD_LIBRARY_PATH=${{ env.INSTALL_PREFIX }}/lib

- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 0079b01

Please sign in to comment.