Summary
This is the GA (generally available) release of support for Python packages PyPi supporting the pip client.
Intended Outcome
GitHub Packages users will have access to a public and private PyPI package management server for distributing Python packages both publicly and privately within their organization.
- Language: Python
- Framework: PyPI
- CLI: pip
How will it work?
Set GitHub Packages as a repository
[packages]
repository: https://pypi.pkg.github.com/$USER_OR_ORG/
username: $GITHUB_PERSONAL_ACCESS_TOKEN
password:
Use the Packages repository for pushing
python setup.py sdist upload -r packages
Summary
This is the GA (generally available) release of support for Python packages PyPi supporting the pip client.
Intended Outcome
GitHub Packages users will have access to a public and private PyPI package management server for distributing Python packages both publicly and privately within their organization.
How will it work?
Set GitHub Packages as a repository
[packages] repository: https://pypi.pkg.github.com/$USER_OR_ORG/ username: $GITHUB_PERSONAL_ACCESS_TOKEN password:Use the Packages repository for pushing