Install python dependencies before publish

This commit is contained in:
2022-11-24 23:49:18 +01:00
parent 0faa42a048
commit 120d300b07

View File

@@ -43,6 +43,8 @@ steps:
commands:
- make dist
- pip3 install pipenv
- pipenv install
- pipenv sync
- pipenv install twine
- pipenv run twine upload --repository delugeClient-kevin dist/*
@@ -51,8 +53,10 @@ steps:
commands:
- make dist
- pip3 install pipenv
- pipenv install
- pipenv sync
- pipenv install twine
# - pipenv run twine upload dist/*
depends_on:
- Build and test amd64
- Build and test amd64