Widdershin / flask-desktop

flask-desktop lets you create first class desktop applications in Python with HTML/CSS
MIT License
368 stars 62 forks source link

Flit & pypi #34

Open fanoway opened 3 years ago

fanoway commented 3 years ago

I've set this up using flit and pyproject.toml so it can be published to pypi inline with PEP517.

I tested this using the test.pypi site and it all seemed to work.

I also added a github action to publish to pypi when a release is done in Github.

Finally requirements are updated to work with flask 2.0

I hope this is helpful

fanoway commented 3 years ago

You'll have to set these two repository secrets for the publish on release pipeline to work

PYPI_USERNAME PYPI_PASSWORD