diff --git a/.github/workflows/python-release.yml b/.github/workflows/python-release.yml index f57c2cc3e..fb41b6054 100644 --- a/.github/workflows/python-release.yml +++ b/.github/workflows/python-release.yml @@ -138,7 +138,7 @@ jobs: with: working-directory: ./bindings/python command: sdist - args: --out dist + args: --out dist --interpreter ${{ matrix.interpreter || '3.7 3.8 3.9 3.10 3.11 3.12 pypy3.7 pypy3.8 pypy3.9 pypy3.10' }} rust-toolchain: stable - uses: actions/upload-artifact@v4 with: