gci: Add workflow to deploy PyPI artifacts

This commit is contained in:
Christian Decker
2021-08-23 13:36:20 +02:00
parent accaa07dde
commit 4fe99d459d
2 changed files with 55 additions and 1 deletions

View File

@@ -57,7 +57,7 @@ jobs:
export LDFLAGS="-L/usr/local/opt/sqlite/lib"
export CPPFLAGS="-I/usr/local/opt/sqlite/include"
pip3 install -U \
pip3 install --user -U --use-feature=in-tree-build \
-r requirements.txt \
-r contrib/pyln-client/requirements.txt \
-r contrib/pyln-proto/requirements.txt \