mirror of
https://github.com/KevinMidboe/delugeClient.git
synced 2025-10-29 12:00:13 +00:00
Install python dependencies before publish
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user