Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 228 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (11 loc) · 228 Bytes

Publish New Version on pypi

To build the project run the following command in the terminal

python -m build
twine check dist/*

Then upload using

py -m twine upload dist/*

then enter the api code