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
|
||||
commands:
|
||||
- make dist
|
||||
- pip3 install pipenv
|
||||
- pipenv install
|
||||
- pipenv sync
|
||||
- pipenv install twine
|
||||
- pipenv run twine upload --repository delugeClient-kevin dist/*
|
||||
- pip3 install -r requirements.txt
|
||||
- pip3 install twine
|
||||
- twine check dist/*
|
||||
- twine upload --repository delugeClient-kevin dist/*
|
||||
|
||||
- name: PyPi publish
|
||||
image: python:3.10
|
||||
|
||||
Reference in New Issue
Block a user