Skip to content

Commit 794db31

Browse files
committed
Delocate wheel
1 parent da74fd8 commit 794db31

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/python_wheel_build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,13 @@ jobs:
7373
cd root
7474
pip install -r requirements.txt
7575
python3 -m build --wheel
76+
pip install delocate
77+
mkdir fixed_wheels
78+
delocate-wheel -v -w fixed_wheels/ dist/*.whl
79+
7680
- name: Upload_wheel
7781
uses: actions/upload-artifact@v6
7882
with:
7983
name: Wheel upload
80-
path: /Users/runner/work/root/root/wheel_creation/root/dist/*.whl
84+
path: /Users/runner/work/root/root/wheel_creation/root/fixed_wheels/*.whl
8185
if-no-files-found: error

0 commit comments

Comments
 (0)