Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Updating PIP

Hazzah edited this page Mar 14, 2023 · 1 revision

Updating PIP Module (Requires PIP Access)

Running the following commands, with a correct setup.py file present will update the module.

python setup.py sdist bdist_wheel      
twine upload dist/*     
Clone this wiki locally