Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
kaihsin committed Dec 23, 2024
1 parent 5932c02 commit 6f427be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
- name: Audit manylinux
run: |
ldd --version
uv run auditwheel-symbols --manylinux 2_39 dist/*whl
#uv run auditwheel-symbols --manylinux 2_39 dist/*whl
uv run auditwheel repair dist/*whl --plat "manylinux_2_39_x86_64" --exclude libscipy_openblas64_.so
#uv run twine upload wheelhouse/*manylinux* -p ${{ secrets.PYPI_TOKEN }}

0 comments on commit 6f427be

Please sign in to comment.