We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbd8bd4 commit 40bb814Copy full SHA for 40bb814
1 file changed
.github/workflows/build.yml
@@ -160,10 +160,10 @@ jobs:
160
${{ matrix.python-version }} -m pip install --upgrade auditwheel
161
${{ matrix.python-version }} -m pip install --upgrade patchelf
162
${{ matrix.python-version }} -m pip show -f patchelf
163
- cp -vf /opt/pypy*/bin/audit* /usr/bin/
164
- cp -vf /opt/pypy*/bin/patch* /usr/bin/
165
- cp -vf $HOME/.local/bin/audit* /usr/bin/
166
- cp -vf $HOME/.local/bin/patch* /usr/bin/
+# cp -vf /opt/pypy*/bin/audit* /usr/bin/
+# cp -vf /opt/pypy*/bin/patch* /usr/bin/
+# cp -vf $HOME/.local/bin/audit* /usr/bin/
+# cp -vf $HOME/.local/bin/patch* /usr/bin/
167
${{ matrix.python-version }} -m build --wheel
168
${{ matrix.python-version }} -m auditwheel -v show dist/*.whl
169
${{ matrix.python-version }} -m auditwheel repair dist/*.whl
0 commit comments