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 512ce20 commit 8d8c0b9Copy full SHA for 8d8c0b9
.github/workflows/deploy.yml
@@ -27,6 +27,6 @@ jobs:
27
run: |
28
python -m pip install --upgrade pip maturin
29
- name: Build & Publish to PyPi
30
- run: maturin publish --username __token__ --no-sdist --interpreter python${{matrix.python_version}} --manylinux=2014
+ run: maturin publish --username __token__ --no-sdist --interpreter python${{matrix.python_version}} --manylinux=2014 --skip-auditwheel
31
env:
32
MATURIN_PASSWORD: ${{ secrets.pypi_password }}
0 commit comments