Twince check command before upload

This commit is contained in:
2022-11-24 23:58:12 +01:00
parent 120d300b07
commit fa59acfd03

View File

@@ -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