Skip to content

Commit

Permalink
Attempt to build wheels in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Oct 14, 2024
1 parent cd0ec49 commit 09f5b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-distributions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-prefix: [pp, cp]
python-prefix: [pp38, pp39, pp310, pp311, pp312, pp313, cp38, cp39, cp310, cp311, cp312, cp313]
fail-fast: true

steps:
Expand Down

0 comments on commit 09f5b2a

Please sign in to comment.