diff --git a/.drone.yml b/.drone.yml index ed11497..a133081 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,7 @@ pipeline: push_to_pypi: image: python:3 commands: - - make build-env upload-test + - make build-env upload secrets: - source: PYPI_USERNAME target: TWINE_USERNAME diff --git a/setup.py b/setup.py index 0f14a5b..1367189 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ with open(path.join(here, 'README.md'), encoding='utf-8') as f: setup( name='minitor', - version='0.1.3', + version='0.1.4', description='A minimal monitoring tool', long_description=long_description, url='https://git.iamthefij.com/iamthefij/minitor',