From 464525f25c0bd95e22a0b68d97f730edc06dc2e1 Mon Sep 17 00:00:00 2001 From: Daniele Nerini Date: Wed, 6 Apr 2022 08:22:14 +0200 Subject: [PATCH] Upload only source distribution --- .github/workflows/python-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 6bf478e86..aea63ec9f 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -27,5 +27,5 @@ jobs: TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }} TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} run: | - python setup.py sdist bdist_wheel - twine upload dist/* + python setup.py sdist + twine upload dist/*.tar.gz