Skip to content

Commit 1053470

Browse files
committed
use --interpreter ${{ matrix.interpreter || '3.7 3.8 3.9 3.10 3.11 3.12 pypy3.7 pypy3.8 pypy3.9 pypy3.10' }}
1 parent f7c33eb commit 1053470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
with:
139139
working-directory: ./bindings/python
140140
command: sdist
141-
args: --out dist
141+
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' }}
142142
rust-toolchain: stable
143143
- uses: actions/upload-artifact@v4
144144
with:

0 commit comments

Comments
 (0)