Skip to content

Commit 395c164

Browse files
committed
Change linux container
1 parent d417048 commit 395c164

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pythonpublish-linux.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,14 @@ on:
77
jobs:
88
linux-wheels:
99
runs-on: ubuntu-latest
10-
container: konstin2/maturin
10+
container: quay.io/pypa/manylinux2014_x86_64:latest
1111
steps:
1212
- uses: actions/checkout@v1
1313
- name: Build wheel
1414
run: |
15+
curl https://sh.rustup.rs -sSf | bash -s -- -y
16+
. $HOME/.cargo/env
17+
pip install cffi
1518
maturin publish -b cffi --no-sdist -u ${{ secrets.PYPI_USERNAME }} -p ${{ secrets.PYPI_PASSWORD }} --manylinux 2014
1619
aarch-linux-wheels:
1720
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)