Skip to content

Commit 3e85d63

Browse files
Repair the wheel and get manylinux tag.
1 parent 64d8b69 commit 3e85d63

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/py_binding.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
- name: Python Dependencies
9696
run: |
9797
python -m pip install --upgrade pip
98-
python -m pip install scikit-build-core build twine pybind11 setuptools build tomlkit
98+
python -m pip install scikit-build-core build twine pybind11 setuptools build tomlkit auditwheel
9999
100100
- name: CMake Arguments (MacOS)
101101
if: matrix.os == 'macos-latest'
@@ -159,6 +159,11 @@ jobs:
159159
run: |
160160
python -m build
161161
162+
- name: ManyLinux Configuration
163+
if: matrix.os == 'ubuntu-latest'
164+
run: |
165+
auditwheel repair dist/*.whl
166+
162167
- name: Generate name
163168
shell: bash
164169
run: |

0 commit comments

Comments
 (0)