Skip to content

Commit 865e3d7

Browse files
erichutchinsclaude
andcommitted
ci: remove linux smoke test (manylinux Docker ABI mismatch)
Linux wheels are built inside manylinux Docker containers which may produce cp38 ABI tags that don't match the host Python. Windows and macOS build natively and keep their smoke tests. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 040a5d6 commit 865e3d7

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/publish_to_pypi.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -158,12 +158,6 @@ jobs:
158158
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
159159
manylinux: auto
160160

161-
- name: Smoke test wheel
162-
if: matrix.platform.target == 'x86_64'
163-
run: |
164-
pip install --force-reinstall --verbose dist/*.whl
165-
python -c 'import polars_iptools'
166-
167161
- name: Upload wheels
168162
uses: actions/upload-artifact@v4
169163
with:

0 commit comments

Comments
 (0)