mirror of
https://github.com/KevinMidboe/delugeClient.git
synced 2025-10-29 12:00:13 +00:00
Remove test pypi publish ci step
This commit is contained in:
16
.drone.yml
16
.drone.yml
@@ -44,24 +44,12 @@ steps:
|
|||||||
- pip3 install delugeClient-kevin -q -q
|
- pip3 install delugeClient-kevin -q -q
|
||||||
- bash publish_version?.sh
|
- 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/*
|
|
||||||
|
|
||||||
- name: PyPi publish
|
- name: PyPi publish
|
||||||
image: python:3.10
|
image: python:3.10
|
||||||
commands:
|
commands:
|
||||||
- make dist
|
- make dist
|
||||||
- pip3 install pipenv
|
- pip3 install twine
|
||||||
- pipenv install
|
- twine upload dist/*
|
||||||
- pipenv sync
|
|
||||||
- pipenv install twine
|
|
||||||
# - pipenv run twine upload dist/*
|
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- Build and test amd64
|
- Build and test amd64
|
||||||
|
|||||||
Reference in New Issue
Block a user