Skip to content

Latest commit

 

History

History
22 lines (10 loc) · 303 Bytes

Tutorial PyPI.md

File metadata and controls

22 lines (10 loc) · 303 Bytes

step 1 prepare setpu.py file

After that, run

python setup.py sdist bdist_wheel

under save folder

step 2 prepare .pypirc file

step 3 upload your file onto pypi

you will see dict folder under your homefolder,and then

run

twine upload --repository testpypi dist/*

under save folder