publish pypi
"""NOTE: Check for potential bugs or careless mistakes before uploading you work onto the
Python Package Index (PyPi)
"""
python3 -m pip install --upgrade twine setuptools
python3 setup.py sdist bdist_wheel
twine check dist/*
# Upload to test.pypi.org
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
# Upload to "real" pypi.org
twine upload dist/*
1. Create files:
__init__.py setup.py README.md LICENSE
2. Check for setuptools and wheel:
pip install --user --upgrade setuptools wheel
3. Generate package:
py setup.py sdist bdist_wheel
4. Upload to pip:
twine upload dist/*
Also in C++:
- install clasp
- robotframework seleniumlibrary install
- Delete a Git Branch In Local And Remotely
- digitalocean redirect http to https nginx
- uninstall
- bash how to convert text to lowercase or uppercase
- ubuntu install yarn
- check that redis is running
- d3 install
- install python package
- remove .idea from git
- git log by date
- change default branch github
- login git in terminal
- grep on mac os terminal
- how to rename a file in terminal
- jetson nano arch linux for yolo
- delete branches in bulk git
- merge github accounts
- timeshift install
- ssh transfer file from local to remote
- how to go to a previous commit state
- install sdl2 linux
- uninstall service cmd