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