Skip to content

Commit

Permalink
par
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-desroches committed Jul 13, 2024
1 parent f1230d7 commit d214410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
image: ["manylinux_2_28_x86_64"]
python_version: [ {cp: cp39-cp39, py: 39}, {cp: cp310-cp310, py: 3.10}, {cp: cp311-cp311, py: 3.11}, {cp: cp312-cp312, py: 3.12} ]
python_version: [ {cp: "cp39-cp39", py: "39"}, {cp: "cp310-cp310", py: "3.10"}, {cp: "cp311-cp311", py: "3.11"}, {cp: "cp312-cp312", py: "3.12"} ]
steps:
- uses: actions/checkout@v4
- name: Building wheel
Expand Down

0 comments on commit d214410

Please sign in to comment.