Skip to content

Commit

Permalink
use --interpreter ${{ matrix.interpreter || '3.7 3.8 3.9 3.10 3.11 3.…
Browse files Browse the repository at this point in the history
…12 pypy3.7 pypy3.8 pypy3.9 pypy3.10' }}
  • Loading branch information
ArthurZucker committed Oct 10, 2024
1 parent f7c33eb commit 1053470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1053470

Please sign in to comment.