Skip to content
This repository was archived by the owner on Nov 22, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (10 loc) · 233 Bytes

File metadata and controls

19 lines (10 loc) · 233 Bytes

Start docker

. manage.sh

Run tests

python run_tests.py

Install twine

pip install twine

Compile with

python setup.py sdist

Publish with

python /user/.local/lib/python3.9/site-packages/twine/main.py upload dist/*