laike9m / Cyberbrain

Python debugging, redefined.
http://bit.ly/cyberbrain-features
MIT License
2.51k stars 159 forks source link

Migrate to GitHub Actions #112

Closed laike9m closed 2 years ago

laike9m commented 3 years ago

Many automations only exist in GitHub Actions, like this one: https://github.com/marketplace/actions/detect-and-tag-new-version

We can do this with the PDM migration as PDM has good support for GitHub Actions, and we can just start a fresh setup, and gradually migrate azure pipeline settings to it.

https://github.com/pdm-project/setup-pdm

laike9m commented 2 years ago

Needs to update the dev doc as well.