gnocchixyz / gnocchi

Timeseries database
Apache License 2.0
299 stars 85 forks source link

Push Gnocchi 4.4.2 version to pypi #1230

Closed tobias-urdin closed 2 years ago

tobias-urdin commented 2 years ago

We need to push version 4.4.2 tag to pypi https://github.com/gnocchixyz/gnocchi/releases/tag/4.4.2

tobias-urdin commented 2 years ago

@jd please push the 4.4.2 tag to pypi, if you feel ok with it you can add me as maintainer https://pypi.org/user/tobias-urdin/

jd commented 2 years ago

@tobias-urdin I invited you on PyPI!

tobias-urdin commented 2 years ago

Uploaded 4.4.2 to PyPI.

$ python3 setup.py bdist_wheel
$ python3 setup.py sdist

$ twine check dist/gnocchi-4.4.2-py2.py3-none-any.whl dist/gnocchi-4.4.2.tar.gz 
Checking dist/gnocchi-4.4.2-py2.py3-none-any.whl: PASSED
Checking dist/gnocchi-4.4.2.tar.gz: PASSED

$ twine upload dist/gnocchi-4.4.2-py2.py3-none-any.whl dist/gnocchi-4.4.2.tar.gz 
Uploading gnocchi-4.4.2-py2.py3-none-any.whl
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 335.4/335.4 kB • 00:00 • 1.0 MB/s
Uploading gnocchi-4.4.2.tar.gz
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 990.9/990.9 kB • 00:00 • 2.2 MB/s

View at:
https://pypi.org/project/gnocchi/4.4.2/
tobias-urdin commented 2 years ago

Note to self, see new build system https://github.com/gnocchixyz/gnocchi/pull/1247