Skip to content

Commit 6268a17

Browse files
try to fix license files not be accepting by twine
1 parent bc48188 commit 6268a17

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ jobs:
159159
${{ matrix.python-version }} -m pip install --upgrade build
160160
${{ matrix.python-version }} -m pip install --upgrade auditwheel
161161
${{ matrix.python-version }} -m pip install --upgrade patchelf
162+
cp -vf /opt/pypy*/bin/* /usr/bin/
163+
cp -vf $HOME/.local/bin/* /usr/bin/
162164
${{ matrix.python-version }} -m build --wheel
163165
${{ matrix.python-version }} -m auditwheel -v show dist/*.whl
164166
${{ matrix.python-version }} -m auditwheel repair dist/*.whl

0 commit comments

Comments
 (0)