rosscdh / mkdocs-markdownextradata-plugin

A MkDocs plugin that injects the mkdocs.yml extra variables into the markdown template
MIT License
84 stars 17 forks source link

migrate to gh actions, add tests and publish wheel #44

Closed thatlittleboy closed 3 months ago

thatlittleboy commented 1 year ago

Fixes #43. Tested on my own fork with test-PyPI repository.

You can see the successful GH actions here:

Wheel can be successfully installed (using py 3.10 locally)

image


Changes

IMPT: You'll need to set up your PYPI_USER and PYPI_PASSWORD repository secrets so the CI can pick up on those variables before twine upload.

rosscdh commented 1 year ago

Fantastic contribution! Thank you 🙇