Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 379 Bytes

File metadata and controls

18 lines (10 loc) · 379 Bytes

Prerequisites

python -m pip install --upgrade build python -m pip install --upgrade twine

Build

python -m build

python -m twine upload --repository testpypi dist/*

python -m twine upload dist/*

Notes

You can pip install -e {external directory} to test from another project

You can also pip install {path to .whl file} to test the package.