diff --git a/.drone.yml b/.drone.yml index 920f110..3d60e24 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,3 +21,6 @@ steps: - python setup.py sdist bdist_wheel - twine check dist/* - twine upload --repository testpypi dist/* + when: + event: + - tag diff --git a/setup.py b/setup.py index 5f269f7..8276867 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="bytetrie", - version="0.0.2", + version="0.0.4", url="https://git.friedl.net/incubator/bytetrie", license="MIT", author="Armin Friedl",