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:
2
.github/workflows/PyPI-publishing.yml
vendored
2
.github/workflows/PyPI-publishing.yml
vendored
@@ -109,7 +109,7 @@ jobs:
|
||||
|
||||
- name: '🛠️ pip dependencies'
|
||||
run: |
|
||||
pip install setuptools wheel
|
||||
pip install --upgrade setuptools wheel
|
||||
|
||||
- name: '🚧 Build distribution'
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user