Use python-build instead

This commit is contained in:
Simon Conseil
2020-10-11 18:09:22 -03:00
parent e213709cae
commit 92053f608b

View File

@@ -13,10 +13,10 @@ jobs:
with:
python-version: 3.8
- name: Install pep517 and twine
run: python -m pip install pep517 twine
- name: Install python-build and twine
run: python -m pip install build twine
- name: Build package
run: python -m pep517.build --source --binary .
run: python -m build --sdist --wheel .
- name: List result
run: ls -l dist
- name: Check long_description