Skip to content

Commit 826322b

Browse files
committed
different for different versions
1 parent f5bad3d commit 826322b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,6 @@ jobs:
295295
with:
296296
output-dir: dist
297297
env:
298-
CIBW_ENABLE: pypy pypy-eol
299298
CIBW_BUILD: ${{ matrix.cibw.build }}
300299
CIBW_BUILD_VERBOSITY: 2
301300
# Skip 32-bit builds // NO
@@ -327,7 +326,7 @@ jobs:
327326
with:
328327
output-dir: dist
329328
env:
330-
CIBW_ENABLE: pypy pypy-eol
329+
CIBW_ENABLE: pypy
331330
CIBW_BUILD: ${{ matrix.cibw.build }}
332331
CIBW_BUILD_VERBOSITY: 2
333332
# Skip 32-bit builds // NO

0 commit comments

Comments
 (0)