actions: install packaging

This commit is contained in:
Jay Lee 2025-04-24 08:55:10 -04:00 committed by GitHub
parent 458e08645d
commit 13cfb77811
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -452,6 +452,7 @@ jobs:
"$PYTHON" -m pip install --upgrade pip "$PYTHON" -m pip install --upgrade pip
"$PYTHON" -m pip install --upgrade wheel "$PYTHON" -m pip install --upgrade wheel
"$PYTHON" -m pip install --upgrade setuptools "$PYTHON" -m pip install --upgrade setuptools
"$PYTHON" -m pip install --upgrade packaging
- name: Custom wheels for Win arm64 - name: Custom wheels for Win arm64
if: runner.os == 'Windows' && runner.arch == 'ARM64' if: runner.os == 'Windows' && runner.arch == 'ARM64'