silverbackhq / pyumetric

🔰 A Python Package to unify time series data sources and third party monitoring services.
MIT License
0 stars 0 forks source link

Build pkg structure #1

Closed Clivern closed 5 years ago

Clivern commented 5 years ago
pip3 install --upgrade pip
python3 -m pip install --user --upgrade setuptools wheel
rm -rf dist
python3 setup.py sdist bdist_wheel
python3 -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*
python3 -m pip install --index-url https://test.pypi.org/simple/ PyMetric