From 92053f608bf1ac4ea434798b185de288c9a2dbca Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Sun, 11 Oct 2020 18:09:22 -0300 Subject: [PATCH] Use python-build instead --- .github/workflows/publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 510422e..b39ec93 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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