Bump version and tell Drone to deploy
This commit is contained in:
parent
01905c895e
commit
e68e3e10a0
@ -10,7 +10,7 @@ pipeline:
|
|||||||
push_to_pypi:
|
push_to_pypi:
|
||||||
image: python:3
|
image: python:3
|
||||||
commands:
|
commands:
|
||||||
- make build-env upload-test
|
- make build-env upload
|
||||||
secrets:
|
secrets:
|
||||||
- source: PYPI_USERNAME
|
- source: PYPI_USERNAME
|
||||||
target: TWINE_USERNAME
|
target: TWINE_USERNAME
|
||||||
|
2
setup.py
2
setup.py
@ -12,7 +12,7 @@ with open(path.join(here, 'README.md'), encoding='utf-8') as f:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='minitor',
|
name='minitor',
|
||||||
version='0.1.3',
|
version='0.1.4',
|
||||||
description='A minimal monitoring tool',
|
description='A minimal monitoring tool',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
url='https://git.iamthefij.com/iamthefij/minitor',
|
url='https://git.iamthefij.com/iamthefij/minitor',
|
||||||
|
Loading…
Reference in New Issue
Block a user