diff --git a/.github/workflows/publish_to_pypi.yml b/.github/workflows/publish_to_pypi.yml index 7a3ae5ea9..5f449bddc 100644 --- a/.github/workflows/publish_to_pypi.yml +++ b/.github/workflows/publish_to_pypi.yml @@ -15,12 +15,11 @@ jobs: python -m pip install build - - name: Build a binary wheel and a source tarball + - name: Build a source tarball run: >- python -m build --sdist - --wheel --outdir dist/ - name: Publish distribution to PyPI if: startsWith(github.ref, 'refs/tags')