Blog Logo
TAGS

GitHub Packages: Python (PyPi) Support

GitHub Packages now offers public and private PyPI package management server support for distributing Python packages. This feature is available on the cloud and supports the pip client. Users can set up GitHub Packages as a repository, with the repository link and their GitHub personal access token for authentication. The Packages repository can then be used to push Python packages using the command python setup.py sdist upload.