Update build-system to use "build" insead of "setup.py"

This commit is contained in:
Matthias 2023-12-16 20:54:30 +01:00
parent b178cc5f31
commit 8d231dbf31

View File

@ -450,8 +450,8 @@ jobs:
- name: Build distribution
run: |
pip install -U setuptools wheel
python setup.py sdist bdist_wheel
pip install -U build
python -m build --sdist --wheel
- name: Upload artifacts 📦
uses: actions/upload-artifact@v3