Daily Dev Notes 2024/05/28

Finally starting to feel like I'm getting on top of this package publishing business. Yesterday I managed to get a project structure more or less sorted out, which also let me run proper linting, formatting, and tests.

Today I focused on implementing GitHub Actions workflows so that the full test suite runs on commit, and new packages are built and uploaded to PyPi!

Read more

Posted on May 28, 2024 by

Categories: Development

Daily Dev Notes 2024/05/27

A lot of restructuring the DJ Press code base tonight, but I think I've got it into shape now. I can finally run my tests, and in doing so found some bugs that had crept in. I've also got my pre-commit hooks all updated and working again, which also meant that I got to clean up some mess that had crept in.

Read more

Posted on May 27, 2024 by

Categories: Development