mirror of
https://github.com/KevinMidboe/delugeClient.git
synced 2025-10-29 12:00:13 +00:00
Compare commits
24 Commits
9bfa3c4c59
...
ci/build-a
| Author | SHA1 | Date | |
|---|---|---|---|
| e81f5f618e | |||
| 4b5500ec3b | |||
| 29c9feeaa1 | |||
| c36bacc264 | |||
| 48e5b3bf3e | |||
| 8853ae85d8 | |||
| 07c6e6fbe1 | |||
| 4d861e1739 | |||
| 5acf8e8848 | |||
| 103696e01a | |||
| b1018d7f9d | |||
| 7d4f4d0e9b | |||
| 2f716e65a3 | |||
| fa59acfd03 | |||
| 120d300b07 | |||
| 0faa42a048 | |||
| e2db73bf2a | |||
| 0841fdc03d | |||
| 76c99568a8 | |||
| 09e496a907 | |||
| 3989523632 | |||
| 30c3e117da | |||
| 3fa8c4b18f | |||
| 11e9677d1a |
34
.drone.yml
34
.drone.yml
@@ -42,36 +42,12 @@ steps:
|
||||
- pip3 install delugeClient-kevin -q -q
|
||||
- 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
|
||||
image: python:3.10
|
||||
environment:
|
||||
TWINE_USERNAME:
|
||||
from_secret: TWINE_USERNAME
|
||||
TWINE_PASSWORD:
|
||||
from_secret: TWINE_PASSWORD
|
||||
commands:
|
||||
- make dist
|
||||
- pip3 install twine
|
||||
- twine upload dist/*
|
||||
commands:
|
||||
- make dist
|
||||
- pip3 install twine
|
||||
- twine upload dist/*
|
||||
|
||||
depends_on:
|
||||
- Build and test amd64
|
||||
@@ -85,6 +61,6 @@ trigger:
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: 60604a21f35e11d078d5d381bbea8e25b903175c018ba9e6f4a4379285e89883
|
||||
hmac: 08793426ddd2274e2de166144dc15cd63fe6a2c0fd47382d28f20ececee84898
|
||||
|
||||
...
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
__version__ = '0.3.3'
|
||||
__version__ = '0.3.2'
|
||||
|
||||
if __name__ == '__main__':
|
||||
print(__version__)
|
||||
|
||||
Reference in New Issue
Block a user