diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aaa3463..06edb01 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,6 +22,10 @@ jobs: with: python-version: 3.12 + - name: Install build + run: | + python3 -m pip install build + - name: Build the packages distributions run: | python3 -m build . --wheel --sdist