Skip to content

Commit 80e4d45

Browse files
committed
Typo!
1 parent e06d6ba commit 80e4d45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
- name: Build wheels
117117
uses: pypa/[email protected]
118118
env:
119-
CIBW_MANYLINUX_X86_64_IMAG: manylinux_2_28
119+
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
120120
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_28
121121
CIBW_BUILD: "${{ matrix.cp }}-*"
122122
CIBW_SKIP: "*musllinux*"
@@ -181,7 +181,7 @@ jobs:
181181
- name: Build wheels
182182
uses: pypa/[email protected]
183183
env:
184-
CIBW_MANYLINUX_X86_64_IMAG: manylinux_2_28
184+
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
185185
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_28
186186
CIBW_BUILD: "${{ matrix.cp }}-*"
187187
CIBW_SKIP: "*musllinux*"

0 commit comments

Comments
 (0)