Skip to content

Latest commit

 

History

History
19 lines (8 loc) · 356 Bytes

setup.md

File metadata and controls

19 lines (8 loc) · 356 Bytes

How to upload to pypi for dummies (me)

check-manifest -u -v

python -m build

twine upload --repository testpypi dist/*

increment the counter every time you mess up :>

test:

pip install -i https://test.pypi.org/simple/ breaching==0.1.0 # does not install dependencies?

pip install dist/breaching-0.1.1.tar.gz # install distribution directly