Oneiroi / clustercheck

Updated clustercheck, intended to be standalone service for the reporting of Percona XtraDB cluster nodes
GNU Affero General Public License v3.0
13 stars 15 forks source link

Create a semver git tag (eg. 0.1.0) #28

Closed toabctl closed 5 years ago

toabctl commented 5 years ago

I would like to upload an sdist tarball to pypi, but the current versioning is not PEP440 compatible. The failure is:

HTTPError: 400 Client Error: '0.1.dev59+ge476caf' is an invalid value for Version. Error: Can't use PEP 440 local versions. See https://packaging.python.org/specifications/core-metadata for url: https://upload.pypi.org/legacy/

Uploading a 0.1.0 git tag would change the version that setuptools_scm calculates

toabctl commented 5 years ago

cc @Oneiroi

Oneiroi commented 5 years ago

https://github.com/Oneiroi/clustercheck/releases/tag/0.1.0

Oneiroi commented 5 years ago

closing issue as resolved.