Skip to content

Commit

Permalink
Change linux container
Browse files Browse the repository at this point in the history
  • Loading branch information
nph4rd committed Oct 13, 2021
1 parent d417048 commit 395c164
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pythonpublish-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@ on:
jobs:
linux-wheels:
runs-on: ubuntu-latest
container: konstin2/maturin
container: quay.io/pypa/manylinux2014_x86_64:latest
steps:
- uses: actions/checkout@v1
- name: Build wheel
run: |
curl https://sh.rustup.rs -sSf | bash -s -- -y
. $HOME/.cargo/env
pip install cffi
maturin publish -b cffi --no-sdist -u ${{ secrets.PYPI_USERNAME }} -p ${{ secrets.PYPI_PASSWORD }} --manylinux 2014
aarch-linux-wheels:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 395c164

Please sign in to comment.