bastisawesome / guessinggame_ttv

A Twitch bot to play a word guessing game
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Iss6 update #48

Closed bastisawesome closed 4 months ago

bastisawesome commented 4 months ago

In light of revoking #35, for now, I've cherry-picked all commits up to creating the runner for automatically building release artefacts. This should fix the issues with #38, as well as begin working on #6, specifically resolving automated tests on PR.

This needs proper testing first, but if everything works correctly there should now be a way to manually run the build script to generate platform releases, which can then be automated locally (due to limits on GitHub Actions and runners, see the aforementioned PR) to produce all necessary builds.

bastisawesome commented 4 months ago

This now, annoyingly, solves #46. All dependencies updated, Python version is now locked to 3.11 (pending updating yet again to 3.12).