- Increase version in setup.py and commit
- Make sure the napalm-community tree is known to local git:
git remote add community [email protected]:napalm-automation-community/napalm-hp-procurve.git
- Push to github:
git push origin
git push community
- Tag the release with the value of version:
git tag <version>
- Push those tags to github:
git push origin --tags
- Push copy to the napalm-automation copy:
git push community --tags
- Generate bdist_wheel archives: `python3 setup.py sdist bdist_wheel
- Upload to pypi:
python3 -m twine upload dist/*