We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e158fa1 commit 31f5107Copy full SHA for 31f5107
.github/workflows/ci.yml
@@ -514,6 +514,9 @@ jobs:
514
515
- run: twine check --strict dist/*
516
517
+ - name: Test wheels integrity
518
+ run: for whl in dist/*.whl; do unzip -qt "$z"; done
519
+
520
- uses: actions/upload-artifact@v4
521
with:
522
name: pypi_files_${{ matrix.os }}_${{ matrix.target }}_${{ matrix.interpreter || 'all' }}_${{ matrix.manylinux }}
@@ -715,6 +718,9 @@ jobs:
715
718
merge-multiple: true
716
719
path: dist
717
720
721
722
723
724
- run: uv publish --trusted-publishing always
725
726
- name: get wasm dist artifacts
0 commit comments