From 9eae3d785fe6755ddae4a23c86a4614ea2d881b3 Mon Sep 17 00:00:00 2001 From: Nick Anthony Date: Sat, 16 Jan 2021 22:18:27 -0600 Subject: [PATCH] Update pypi-publish.yml --- .github/workflows/pypi-publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index 42e366e..184c022 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -25,5 +25,6 @@ jobs: TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }} TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} run: | - python setup.py sdist bdist_wheel + pip install -q build + python -m build twine upload dist/*