File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -138,8 +138,7 @@ jobs:
138138 # https://github.com/pypa/cibuildwheel/issues/1603
139139 # Ignore tests for pypy since not all dependencies are compiled for it
140140 # and would require a local rust build chain
141- CIBW_TEST_SKIP : " pp*"
142-
141+
143142 - name : Add source distribution
144143 if : startsWith(matrix.os, 'ubuntu')
145144 run : ls -lah dist/* && cp dist/* wheelhouse/
@@ -269,8 +268,7 @@ jobs:
269268 # https://github.com/pypa/cibuildwheel/issues/1603
270269 # Ignore tests for pypy since not all dependencies are compiled for it
271270 # and would require a local rust build chain
272- CIBW_TEST_SKIP : " pp*"
273-
271+
274272 - name : Add source distribution
275273 if : startsWith(matrix.os, 'ubuntu')
276274 run : ls -lah dist/* && cp dist/* wheelhouse/
You can’t perform that action at this time.
0 commit comments