Skip to content

Commit

Permalink
Install pip in container
Browse files Browse the repository at this point in the history
  • Loading branch information
nph4rd committed Oct 13, 2021
1 parent 395c164 commit 41ba545
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pythonpublish-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
run: |
curl https://sh.rustup.rs -sSf | bash -s -- -y
. $HOME/.cargo/env
apt-get install python-pip
pip install --upgrade pip
pip install cffi
maturin publish -b cffi --no-sdist -u ${{ secrets.PYPI_USERNAME }} -p ${{ secrets.PYPI_PASSWORD }} --manylinux 2014
aarch-linux-wheels:
Expand Down

0 comments on commit 41ba545

Please sign in to comment.