mathsman5133 / coc.py

Python API Wrapper for Clash of Clans.
https://cocpy.readthedocs.io/en/latest/
MIT License
124 stars 41 forks source link

Fix PyPi workflow to use newer `build` tool, and add back in checking out repo. #228

Closed mathsman5133 closed 7 months ago

mathsman5133 commented 8 months ago

If someone knows how to make the check box a compulsory "true" for the workflow_dispatch that would be good, too, but I'm not too fussed

lukasthaler commented 8 months ago

Nvm, that's an input. Something like inputs.confirmation should be available to check in a step

mathsman5133 commented 8 months ago

Yep, do you know how that works (if the field exists / is empty) if it's called from an event (on release)? I'll have a look tomorrow otherwise

lukasthaler commented 8 months ago

I should be able to do that, but idk if I can get to it today

mathsman5133 commented 8 months ago

OK, did a quick test and this seems to be good (skips when input is false, runs when true)... bit hard to test the release option but it should be fine :)