add github action for publishing on pypi

This commit is contained in:
Junzi Sun
2021-01-23 01:35:04 +01:00
parent a4ce3bfaf1
commit b8f8f4dbc0
2 changed files with 30 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ with open(path.join(here, "README.rst"), encoding="utf-8") as f:
details = dict(
name="pyModeS",
version="2.8",
version="2.9",
description="Python Mode-S and ADS-B Decoder",
long_description=long_description,
url="https://github.com/junzis/pyModeS",