Skip to content

Commit f475e37

Browse files
authored
Merge pull request #124 from jpmorganchase/feature/build-test
changed the env of the workflow file to pypi-publish.yml
2 parents 575bcfa + 14273ea commit f475e37

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pypi-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
CIBW_PLATFORM: ${{ matrix.cibw_platform }}
2929
CIBW_ARCHS: "x86_64"
3030
CIBW_SKIP: "pp*"
31+
CIBW_REPAIR_WHEEL_COMMAND_MACOS: "delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel} || cp {wheel} {dest_dir}"
32+
CIBW_REPAIR_WHEEL_COMMAND_LINUX: "auditwheel repair -w {dest_dir} {wheel} || cp {wheel} {dest_dir}"
3133
with:
3234
output-dir: wheelhouse
3335
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)