Skip to content

Commit 8d8c0b9

Browse files
author
Gal Ben David
committed
added skip-auditwheel to allow packaging manylinux wheel with zlib linkage
1 parent 512ce20 commit 8d8c0b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
run: |
2828
python -m pip install --upgrade pip maturin
2929
- name: Build & Publish to PyPi
30-
run: maturin publish --username __token__ --no-sdist --interpreter python${{matrix.python_version}} --manylinux=2014
30+
run: maturin publish --username __token__ --no-sdist --interpreter python${{matrix.python_version}} --manylinux=2014 --skip-auditwheel
3131
env:
3232
MATURIN_PASSWORD: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)