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 395c164 commit 41ba545Copy full SHA for 41ba545
.github/workflows/pythonpublish-linux.yml
@@ -14,6 +14,8 @@ jobs:
14
run: |
15
curl https://sh.rustup.rs -sSf | bash -s -- -y
16
. $HOME/.cargo/env
17
+ apt-get install python-pip
18
+ pip install --upgrade pip
19
pip install cffi
20
maturin publish -b cffi --no-sdist -u ${{ secrets.PYPI_USERNAME }} -p ${{ secrets.PYPI_PASSWORD }} --manylinux 2014
21
aarch-linux-wheels:
0 commit comments