Publish Library
Chester Wyke September 14, 2022 Updated: April 15, 2025 #pythonEditable Install (Local Project Install)
Allows you to run the library before publishing it for external or use case testing.
Sources:
- https://stackoverflow.com/questions/23075397/python-how-to-edit-an-installed-package
- https://pip.pypa.io/en/stable/topics/local-project-installs/#editable-installs
Run from local path source
Run from git source
Publish a version
Source: https://packaging.python.org/en/latest/tutorials/packaging-projects/
Upload specific version
Replace x.x.x
with the version number e.g. 1.0.0
Upload all
Initial Setup Setup for Publishing
Last command appears to be python version specific. Got it from an error message generated when I tried to use build.