mpenning / ciscoconfparse

Parse, Audit, Query, Build, and Modify Arista / Cisco / Juniper / Palo Alto / F5 configurations.
http://www.pennington.net/py/ciscoconfparse/
GNU General Public License v3.0
789 stars 219 forks source link

"make pypi" should add the ciscoconfparse version tag before package upload #259

Closed mpenning closed 1 year ago

mpenning commented 1 year ago

This should be fairly easy... from the base of the git repo do...

Put that (see above) in the pypi Makefile target... make pypi will then tag the repo and push the tag to origin (i.e. normally this should be github)...

$ git remote -v
origin  git@github.com:mpenning/ciscoconfparse (fetch)
origin  git@github.com:mpenning/ciscoconfparse (push)
mpenning commented 1 year ago

Fixed via develop branch git hash 17d19e092f387268a72a4c158772dbc2f49e4f5e (I also upgraded package / poetry infra with that commit hash.