mirror of
https://github.com/KevinMidboe/delugeClient.git
synced 2025-10-29 12:00:13 +00:00
CI: PyPi publish to test & by token (#9)
* Publish to pypi test using env variables from secret * Also publish for this branch * Uploaded config sig * Updated incorrect image version declaration * Enable publish to pypi & test pypi
This commit is contained in:
26
.drone.yml
26
.drone.yml
@@ -42,8 +42,32 @@ steps:
|
|||||||
- pip3 install delugeClient-kevin -q -q
|
- pip3 install delugeClient-kevin -q -q
|
||||||
- bash publish_version?.sh
|
- bash publish_version?.sh
|
||||||
|
|
||||||
|
- name: PyPi verify
|
||||||
|
image: python:3.10
|
||||||
|
commands:
|
||||||
|
- make dist
|
||||||
|
- pip3 install twine
|
||||||
|
- twine check dist/*
|
||||||
|
|
||||||
|
- name: PyPi test publish
|
||||||
|
image: python:3.10
|
||||||
|
environment:
|
||||||
|
TWINE_USERNAME:
|
||||||
|
from_secret: TWINE_USERNAME
|
||||||
|
TWINE_PASSWORD:
|
||||||
|
from_secret: TWINE_TEST_PASSWORD
|
||||||
|
commands:
|
||||||
|
- make dist
|
||||||
|
- pip3 install twine
|
||||||
|
- twine upload --repository-url https://test.pypi.org/legacy/ dist/*
|
||||||
|
|
||||||
- name: PyPi publish
|
- name: PyPi publish
|
||||||
image: python:3.10
|
image: python:3.10
|
||||||
|
environment:
|
||||||
|
TWINE_USERNAME:
|
||||||
|
from_secret: TWINE_USERNAME
|
||||||
|
TWINE_PASSWORD:
|
||||||
|
from_secret: TWINE_PASSWORD
|
||||||
commands:
|
commands:
|
||||||
- make dist
|
- make dist
|
||||||
- pip3 install twine
|
- pip3 install twine
|
||||||
@@ -61,6 +85,6 @@ trigger:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 08793426ddd2274e2de166144dc15cd63fe6a2c0fd47382d28f20ececee84898
|
hmac: 60604a21f35e11d078d5d381bbea8e25b903175c018ba9e6f4a4379285e89883
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|||||||
Reference in New Issue
Block a user