mirror of
https://github.com/KevinMidboe/delugeClient.git
synced 2026-01-10 11:35:29 +00:00
If source is newer than pypi, exit 0 and continue pipeline
This commit is contained in:
15
.drone.yml
15
.drone.yml
@@ -38,14 +38,19 @@ platform:
|
||||
arch: amd64
|
||||
|
||||
steps:
|
||||
- name: Newer version to publish?
|
||||
image: python:3.10
|
||||
commands:
|
||||
- bash publish_version?.sh
|
||||
|
||||
- name: Test PyPi publish
|
||||
image: python:3.10
|
||||
commands:
|
||||
- make dist
|
||||
- pip3 install -r requirements.txt
|
||||
- pip3 install twine
|
||||
- twine check dist/*
|
||||
- twine upload --repository delugeClient-kevin dist/*
|
||||
- make 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