Closed martinalbert closed 6 months ago
I'm going to review that after https://github.com/ButterCMS/buttercms-python/pull/9 is ready and merged.
@Toreno96 PR #9 has been merged, so I think this is ready for review 😊
@Toreno96 fixed ✅
@martinalbert can you squash commits? This LGTM, so I'll merge + deploy once that is complete.
@ViolanteCodes rebased ✅
Tested out the whole flow in my fork and had to fix:
ubuntu-latest
points to 22.04
instead of 24.04
-> downgraded it to 22.04
pypa/gh-action-pypi-publish
action uses different notation of versioning and therefore version I used was not found - used minor version 1.8
@martinalbert thanks for verifying that!
@martinalbert
Can you add a contributing file similar to https://github.com/ButterCMS/buttercms-js/blob/master/CONTRIBUTING.md, updated for this repo?