Remove using of distutils (#1964)

* Remove using of distutils

* Upgrade setuptools to fix CI

* Use Python 3.7 in build_wheel.sh
This commit is contained in:
Bet4
2024-06-12 14:45:23 +08:00
committed by GitHub
parent c39e80231c
commit abefcb2f89
3 changed files with 10 additions and 12 deletions

View File

@@ -109,7 +109,7 @@ jobs:
- name: '🛠️ pip dependencies'
run: |
pip install setuptools wheel
pip install --upgrade setuptools wheel
- name: '🚧 Build distribution'
shell: bash