1
0
Fork 0

Compare commits

...

2 Commits

Author SHA1 Message Date
Massaki Archambault 311152793b plugins/python is bugged so do the upload to pypi manually
continuous-integration/drone/push Build was killed Details
continuous-integration/drone/tag Build was killed Details
2022-11-06 00:42:53 -04:00
Massaki Archambault a919efa17f fix typo
continuous-integration/drone/tag Build was killed Details
2022-11-06 00:29:59 -04:00
2 changed files with 10 additions and 6 deletions

View File

@ -80,10 +80,14 @@ trigger:
- tag
steps:
- name: publish pypi
image: plugins/pypi
settings:
username:
- name: publish pypi
image: python:10
commands:
- pip install twine
- python setup.py sdist
- twine upload dist/*
environment:
TWINE_USERNAME:
from_secret: pypi_username
password:
TWINE_PASSWORD:
from_secret: pypi_username

View File

@ -3,7 +3,7 @@ name = ecommerce-exporter
description = ecommerce-exporter is a prometheus exporter that export the price of products in e-commerce site as prometheus metrics.
url = https://code.badjware.dev/badjware/ecommerce-exporter
author = badjware
author_email = marchambault.badjware.dev
author_email = marchambault@badjware.dev
licence = MIT Licence
classifers =
Programming Language :: Python