From d87578ded9110008a42c1bd097e426316b8b84ab Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Wed, 23 Sep 2020 14:12:41 -0400 Subject: [PATCH] update distribution build command --- .github/workflows/publish-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 01f13b6..9ca00c2 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -40,5 +40,5 @@ jobs: TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }} TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} run: | - make dist-build + python setup.py sdist bdist_wheel twine upload dist/*