We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7c33eb commit 1053470Copy full SHA for 1053470
.github/workflows/python-release.yml
@@ -138,7 +138,7 @@ jobs:
138
with:
139
working-directory: ./bindings/python
140
command: sdist
141
- 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' }}
142
rust-toolchain: stable
143
- uses: actions/upload-artifact@v4
144
0 commit comments