From 507f11e0717d9d378a526dcf53b352c4d0191a25 Mon Sep 17 00:00:00 2001 From: Hironsan Date: Wed, 27 Jan 2021 11:13:12 +0900 Subject: [PATCH] Update pypi publish workflow --- .github/workflows/pypi-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index c35beb86..8c3c5d1c 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -40,7 +40,7 @@ jobs: working-directory: ./app - name: Build a binary wheel and a source tarball run: | - python setup.py sdist bdist_wheel + python setup.py sdist - name: Publish a Python distribution to PyPI uses: pypa/gh-action-pypi-publish@master with: