Closed thatlittleboy closed 3 months 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)
Drop support for python 3.5 and below. The plugin code already uses f-strings, so the code won't run properly on lower versions anyway. https://github.com/rosscdh/mkdocs-markdownextradata-plugin/blob/24492bc6df7dbc58b17ab7aabb80acf0d10e7e5d/markdownextradata/plugin.py#L56-L58
I made the executive decision to move from Travis CI to GH actions, no particular reason other than I've no experience with Travis.
I bumped the version number in setup.py to 0.25.0 since it seems you already made a release on GH with that tag but pypi is still 0.24.0.
setup.py
0.25.0
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.
Fantastic contribution! Thank you 🙇
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)
Changes
Drop support for python 3.5 and below. The plugin code already uses f-strings, so the code won't run properly on lower versions anyway. https://github.com/rosscdh/mkdocs-markdownextradata-plugin/blob/24492bc6df7dbc58b17ab7aabb80acf0d10e7e5d/markdownextradata/plugin.py#L56-L58
I made the executive decision to move from Travis CI to GH actions, no particular reason other than I've no experience with Travis.
I bumped the version number in
setup.py
to0.25.0
since it seems you already made a release on GH with that tag but pypi is still 0.24.0.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.