We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64d8b69 commit 3e85d63Copy full SHA for 3e85d63
.github/workflows/py_binding.yml
@@ -95,7 +95,7 @@ jobs:
95
- name: Python Dependencies
96
run: |
97
python -m pip install --upgrade pip
98
- python -m pip install scikit-build-core build twine pybind11 setuptools build tomlkit
+ python -m pip install scikit-build-core build twine pybind11 setuptools build tomlkit auditwheel
99
100
- name: CMake Arguments (MacOS)
101
if: matrix.os == 'macos-latest'
@@ -159,6 +159,11 @@ jobs:
159
160
python -m build
161
162
+ - name: ManyLinux Configuration
163
+ if: matrix.os == 'ubuntu-latest'
164
+ run: |
165
+ auditwheel repair dist/*.whl
166
+
167
- name: Generate name
168
shell: bash
169
0 commit comments