Skip to content

Commit dfcd416

Browse files
committed
fix typo
1 parent 06db8d5 commit dfcd416

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ on:
1010

1111
jobs:
1212
build_wheels:
13-
name: Build ${{ matrix.cpversionj}} wheels on ${{ matrix.os }}
13+
name: Build ${{ matrix.cpversion }} wheels on ${{ matrix.os }}
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
1717
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-13, macos-14]
18-
cpversion:
19-
- cp311
18+
# build all cpversion: 3.9 to 3.13
19+
cpversion: [cp39, cp310, cp311, cp312, cp313]
2020

2121
steps:
2222
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)