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:
|
commands:
|
||||||
- make dist
|
- make dist
|
||||||
- pip3 install pipenv
|
- pip3 install pipenv
|
||||||
|
- pipenv install
|
||||||
|
- pipenv sync
|
||||||
- pipenv install twine
|
- pipenv install twine
|
||||||
- pipenv run twine upload --repository delugeClient-kevin dist/*
|
- pipenv run twine upload --repository delugeClient-kevin dist/*
|
||||||
|
|
||||||
@@ -51,6 +53,8 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- make dist
|
- make dist
|
||||||
- pip3 install pipenv
|
- pip3 install pipenv
|
||||||
|
- pipenv install
|
||||||
|
- pipenv sync
|
||||||
- pipenv install twine
|
- pipenv install twine
|
||||||
# - pipenv run twine upload dist/*
|
# - pipenv run twine upload dist/*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user