Drop setup.py - use pyproject.toml exclusively

This commit is contained in:
James R. Barlow
2022-09-20 23:47:40 -07:00
parent f37decf3b3
commit 16fc52079d
4 changed files with 9 additions and 24 deletions
+2 -3
View File
@@ -224,9 +224,8 @@ jobs:
- name: Make wheels and sdist
run: |
python -m pip install --upgrade pip wheel
python setup.py sdist
python setup.py bdist_wheel
python -m pip install --upgrade pip wheel build
python -m build --sdist --wheel
- uses: actions/upload-artifact@v3
with: