diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9f357f1..8aac69a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -167,6 +167,9 @@ jobs: pip install --upgrade pip pip install -r requirements.txt + - name: build binary wheel and source tarball + run: python -m build + - name: download artifacts uses: actions/download-artifact@v4 with: