Compare commits
No commits in common. "311152793b3e1ef2c9bc7d21c87a87466316ccd5" and "1d57dc2914931bc62ed5eb4c94755a89f3633e75" have entirely different histories.
311152793b
...
1d57dc2914
14
.drone.yml
14
.drone.yml
|
@ -80,14 +80,10 @@ trigger:
|
||||||
- tag
|
- tag
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: publish pypi
|
- name: publish pypi
|
||||||
image: python:10
|
image: plugins/pypi
|
||||||
commands:
|
settings:
|
||||||
- pip install twine
|
username:
|
||||||
- python setup.py sdist
|
|
||||||
- twine upload dist/*
|
|
||||||
environment:
|
|
||||||
TWINE_USERNAME:
|
|
||||||
from_secret: pypi_username
|
from_secret: pypi_username
|
||||||
TWINE_PASSWORD:
|
password:
|
||||||
from_secret: pypi_username
|
from_secret: pypi_username
|
|
@ -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.
|
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
|
url = https://code.badjware.dev/badjware/ecommerce-exporter
|
||||||
author = badjware
|
author = badjware
|
||||||
author_email = marchambault@badjware.dev
|
author_email = marchambault.badjware.dev
|
||||||
licence = MIT Licence
|
licence = MIT Licence
|
||||||
classifers =
|
classifers =
|
||||||
Programming Language :: Python
|
Programming Language :: Python
|
||||||
|
|
Loading…
Reference in New Issue