Skip to content

v0.7.1

Choose a tag to compare

@mmcky mmcky released this 15 Feb 23:00
· 13 commits to main since this release

Fix circular import

Fixed

  • Fixed circular import crashing all GitHub Action runsstyle_checker/github.py shadowed the PyGithub github package, causing a circular import that crashed every Action run. Renamed to action.py to eliminate the name collision.

Full Changelog: v0.7.0...v0.7.1