need cicd to automatically update the git tag on merge to main
need a github action to automatically tag the repo when setup.py version param changes
~~I want it to also push to test.pipy for branches that aren't main, and regular pipy for branches that ARE main: maybe a different ticket. Need token in github secrets~~ There's a seperate issue for test builds here: https://github.com/jessebot/onboardme/issues/105
@cloudymax this is something we should work on together to get you more up to speed on python packaging 💙
I want it to also push to test.pipy for branches that aren't main, and regular pypi for branches that ARE main: maybe a different ticket. Need token in github secrets
This was actually partially done in #35 for the regular pypi part, but we need it to also go to test.pypi.org, OR ALTERNATIVELY we could just tag _a + int to any non-main uploads... 🤔
but we need it to also go to test.pypi.org, OR ALTERNATIVELY we could just tag
_a+intto any non-main uploads... 🤔
This part is handled in: https://github.com/jessebot/onboardme/issues/105