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 d417048 commit 395c164Copy full SHA for 395c164
.github/workflows/pythonpublish-linux.yml
@@ -7,11 +7,14 @@ on:
7
jobs:
8
linux-wheels:
9
runs-on: ubuntu-latest
10
- container: konstin2/maturin
+ container: quay.io/pypa/manylinux2014_x86_64:latest
11
steps:
12
- uses: actions/checkout@v1
13
- name: Build wheel
14
run: |
15
+ curl https://sh.rustup.rs -sSf | bash -s -- -y
16
+ . $HOME/.cargo/env
17
+ pip install cffi
18
maturin publish -b cffi --no-sdist -u ${{ secrets.PYPI_USERNAME }} -p ${{ secrets.PYPI_PASSWORD }} --manylinux 2014
19
aarch-linux-wheels:
20
0 commit comments