python setup.py develop
-
Enter to venv
source ./venv/bin/activate
-
Increase version in
napalm_h3c_comware/__init__.py
-
Add tag to release a new version
git tag -a <version> -m <comment>
-
Push to my github
git push origin --tags
-
Push to napalm-automation-community
git push community --tags
-
Build dist & upload to pypi.org
python -m build python -m twine upload dist/*