mirror of
https://github.com/KevinMidboe/delugeClient.git
synced 2025-10-29 12:00:13 +00:00
Twince check command before upload
This commit is contained in:
@@ -42,11 +42,10 @@ steps:
|
|||||||
image: python:3.10
|
image: python:3.10
|
||||||
commands:
|
commands:
|
||||||
- make dist
|
- make dist
|
||||||
- pip3 install pipenv
|
- pip3 install -r requirements.txt
|
||||||
- pipenv install
|
- pip3 install twine
|
||||||
- pipenv sync
|
- twine check dist/*
|
||||||
- pipenv install twine
|
- twine upload --repository delugeClient-kevin dist/*
|
||||||
- pipenv run twine upload --repository delugeClient-kevin dist/*
|
|
||||||
|
|
||||||
- name: PyPi publish
|
- name: PyPi publish
|
||||||
image: python:3.10
|
image: python:3.10
|
||||||
|
|||||||
Reference in New Issue
Block a user