Skip to content

Commit 40bb814

Browse files
try to fix license files not be accepting by twine
1 parent bbd8bd4 commit 40bb814

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,10 @@ jobs:
160160
${{ matrix.python-version }} -m pip install --upgrade auditwheel
161161
${{ matrix.python-version }} -m pip install --upgrade patchelf
162162
${{ 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/
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/
167167
${{ matrix.python-version }} -m build --wheel
168168
${{ matrix.python-version }} -m auditwheel -v show dist/*.whl
169169
${{ matrix.python-version }} -m auditwheel repair dist/*.whl

0 commit comments

Comments
 (0)