py_mesa_reader icon indicating copy to clipboard operation
py_mesa_reader copied to clipboard

Adding github workflows to check and auto-publish code to pypi

Open pmocz opened this issue 8 months ago • 0 comments

Adding some quality of life things to the repo:

Two Github actions:

  1. check the code for style and common errors with ruff (test-package.yml)
  2. Automatically publish new github release of the code to Pypi (publish-package.yml)

!!! Note, you will have to add PYPI_API_TOKEN to your github secrets for this repo, to be able to auto-publish

Also adding the relevant software license and badges to the readme

pmocz avatar May 30 '25 14:05 pmocz