diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ae12349f..3c8fec18 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,6 +19,7 @@ jobs: - name: Build source and wheel archives run: | + make init python -m build - name: Publish distribution 📦 to PyPI