diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index ae0a77e2f..33deccb29 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -56,9 +56,9 @@ jobs: run: | sed -i -E 's/version="([0-9.]+)",/version="${{ steps.tag.outputs.TAG_NAME }}",/g' setup.py - - name: Build a binary wheel + - name: Build a source dist run: | - python setup.py sdist bdist_wheel + python setup.py sdist - name: Publish package distributions to PyPI uses: pypa/gh-action-pypi-publish@release/v1