onboardme icon indicating copy to clipboard operation
onboardme copied to clipboard

need cicd to automatically update the git tag on merge to main

Open jessebot opened this issue 3 years ago • 4 comments

need a github action to automatically tag the repo when setup.py version param changes

jessebot avatar Oct 22 '22 22:10 jessebot

~~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

jessebot avatar Nov 06 '22 09:11 jessebot

@cloudymax this is something we should work on together to get you more up to speed on python packaging 💙

jessebot avatar Nov 06 '22 09:11 jessebot

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... 🤔

jessebot avatar Nov 08 '22 10:11 jessebot

but we need it to also go to test.pypi.org, OR ALTERNATIVELY we could just tag _a + int to any non-main uploads... 🤔

This part is handled in: https://github.com/jessebot/onboardme/issues/105

jessebot avatar Nov 27 '22 09:11 jessebot