need cicd to automatically update the git tag on merge to main #34
Labels
No labels
📓 docs
🎮 gaming
bug
cicd
dependencies
duplicate
enhancement
github_actions
good first issue
help wanted
invalid
neovim
package_management
python
question
vim
wontfix
⏰ Cron
🍎 macOS
🐧 Linux
🐳 docker
🔒 infosec
🚧 larger project
🤷 let's chat about it
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
jessebot/onboardme#34
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
need a github action to automatically tag the repo when
setup.pyversion param changesI 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 secretsThere'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 💙
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+intto any non-main uploads... 🤔This part is handled in: https://github.com/jessebot/onboardme/issues/105