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

Latest commit

 

History

History
9 lines (6 loc) · 161 Bytes

pypi_build_instructions.md

File metadata and controls

9 lines (6 loc) · 161 Bytes

Clear any previous dist dir

rm -rf ./dist/

create wheel

python setup.py sdist bdist_wheel

upload to test pypi

twine upload --repository testpypi dist/*