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

Open
opened 2022-10-22 22:21:14 +00:00 by jessebot · 4 comments
jessebot commented 2022-10-22 22:21:14 +00:00 (Migrated from github.com)

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

need a github action to automatically tag the repo when `setup.py` version param changes
jessebot commented 2022-11-06 09:10:36 +00:00 (Migrated from github.com)

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

~~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 commented 2022-11-06 09:11:06 +00:00 (Migrated from github.com)

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

@cloudymax this is something we should work on together to get you more up to speed on python packaging 💙
jessebot commented 2022-11-08 10:07:27 +00:00 (Migrated from github.com)

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

> 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 commented 2022-11-27 09:01:49 +00:00 (Migrated from github.com)

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

> 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
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
jessebot/onboardme#34
No description provided.