PyBites-Open-Source / pybites-tools

A repo to commit common Python utility scripts and snippets
MIT License
18 stars 8 forks source link

📝 automation #17

Closed rhyspowell closed 2 years ago

rhyspowell commented 2 years ago

Automate push checks Automate build and push to pypi

bbelderbos commented 2 years ago

@rhyspowell that's cool, thanks! PR is in draft, some more work pending still?

rhyspowell commented 2 years ago

Yep, trying to get it working(ish). Somethings might need additional work after this has been deployed

bbelderbos commented 2 years ago

@rhyspowell is this good to go?

rhyspowell commented 2 years ago

@bbelderbos Lets go for it, is one thats difficult to properly tests while its not against the repo its reporting on. Any issue wont break code and wont stop anything so I can fight forward for fixes if needed.

If you are happy, just ping me when its merged and I can look into how its working

bbelderbos commented 2 years ago

Agreed, we can always fix as we go. GitHub Actions always has a bit of trial and error. I will also add this one to automate releasing to PyPI: https://github.com/PyBites-Open-Source/pybites-alarm/blob/main/.github/workflows/publish-to-test-pypi.yml Thanks for getting this done!