File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed
Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments