Skip to content

Commit 41ba545

Browse files
committed
Install pip in container
1 parent 395c164 commit 41ba545

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pythonpublish-linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
run: |
1515
curl https://sh.rustup.rs -sSf | bash -s -- -y
1616
. $HOME/.cargo/env
17+
apt-get install python-pip
18+
pip install --upgrade pip
1719
pip install cffi
1820
maturin publish -b cffi --no-sdist -u ${{ secrets.PYPI_USERNAME }} -p ${{ secrets.PYPI_PASSWORD }} --manylinux 2014
1921
aarch-linux-wheels:

0 commit comments

Comments
 (0)