The Wayback Machine - https://web.archive.org/web/20200731200414/https://github.com/github/roadmap/issues/94
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Packages: Python (PyPi) support #94

Open
github-product-roadmap opened this issue Jul 24, 2020 · 0 comments
Open

Packages: Python (PyPi) support #94

github-product-roadmap opened this issue Jul 24, 2020 · 0 comments

Comments

@github-product-roadmap
Copy link
Collaborator

@github-product-roadmap github-product-roadmap commented Jul 24, 2020

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
@github github locked and limited conversation to collaborators Jul 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.