Version 0.0.4
This commit is contained in:
parent
6d39e15532
commit
c6fad6471f
2 changed files with 4 additions and 1 deletions
|
@ -21,3 +21,6 @@ steps:
|
||||||
- python setup.py sdist bdist_wheel
|
- python setup.py sdist bdist_wheel
|
||||||
- twine check dist/*
|
- twine check dist/*
|
||||||
- twine upload --repository testpypi dist/*
|
- twine upload --repository testpypi dist/*
|
||||||
|
when:
|
||||||
|
event:
|
||||||
|
- tag
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -6,7 +6,7 @@ with open("README.md", "r") as fh:
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="bytetrie",
|
name="bytetrie",
|
||||||
version="0.0.2",
|
version="0.0.4",
|
||||||
url="https://git.friedl.net/incubator/bytetrie",
|
url="https://git.friedl.net/incubator/bytetrie",
|
||||||
license="MIT",
|
license="MIT",
|
||||||
author="Armin Friedl",
|
author="Armin Friedl",
|
||||||
|
|
Loading…
Reference in a new issue