Skip to content

Commit c194be1

Browse files
try to fix license files not be accepting by twine
1 parent 57fd66e commit c194be1

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -169,19 +169,10 @@ jobs:
169169
${{ matrix.python-version }} -m pip install --upgrade wheel
170170
${{ matrix.python-version }} -m pip install --upgrade setuptools
171171
${{ matrix.python-version }} -m pip install --upgrade build
172-
if [[ "${{ matrix.python-version }}" != pypy* ]]; then
173-
${{ matrix.python-version }} -m pip install --upgrade auditwheel
174-
${{ matrix.python-version }} -m pip install --upgrade patchelf
175-
${{ matrix.python-version }} -m pip show -f patchelf
176-
fi
177172
${{ matrix.python-version }} -m build --wheel
178-
if [[ "${{ matrix.python-version }}" != pypy* ]]; then
179-
${{ matrix.python-version }} -m auditwheel -v show dist/*.whl
180-
${{ matrix.python-version }} -m auditwheel repair dist/*.whl
181-
else
182-
mkdir -p wheelhouse
183-
cp dist/*.whl wheelhouse/
184-
fi
173+
python3.13 -m pip install --upgrade auditwheel
174+
python3.13 -m pip install --upgrade patchelf
175+
python3.13 -m auditwheel repair dist/*.whl
185176
shell: bash
186177
- name: Rename wheel for testing
187178
run: |

0 commit comments

Comments
 (0)