this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

update readme

+7
+7
README.md
··· 25 25 make html 26 26 # open _build/html/index.html 27 27 ``` 28 + 29 + publishing to pypi: (this one is mainly for my benefit!) 30 + 31 + ``` 32 + python3 -m build 33 + python3 -m twine upload --repository pypi dist/* 34 + ```