diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 256b50e5..beab1350 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,11 +18,10 @@ jobs: pip install build --user - - name: Build a source tarball + - name: Build distributions run: >- python3 -m build - --sdist --outdir dist/ - name: Publish distribution 📦 to PyPI if: startsWith(github.ref, 'refs/tags')