8000 [3.9] Add link to .pypirc specification (GH-20680) by miss-islington · Pull Request #21018 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[3.9] Add link to .pypirc specification (GH-20680) #21018

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

Merged
merged 1 commit into from
Jun 20, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add link to .pypirc specification (GH-20680)
Related to pypa/twine#638 and pypa/packaging.python.org#730, I wrote a spec based on the one that was removed in #13087. However, a Google search for "pypirc" turned up at least one [blog post](https://truveris.github.io/articles/configuring-pypirc/) that links to https://docs.python.org/3/distutils/packageindex.htmlGH-the-pypirc-file, which now just links to this document. So, I thought a link to the spec would be handy.

Automerge-Triggered-By: @jaraco
(cherry picked from commit af157fa)

Co-authored-by: Brian Rutledge <brian@bhrutledge.com>
  • Loading branch information
bhrutledge authored and miss-islington committed Jun 20, 2020
commit 6b82fe0824088c64f9b1a067fe8aa4757a0463c6
3 changes: 3 additions & 0 deletions Doc/distributing/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,16 @@ involved in creating and publishing a project:
* `Project structure`_
* `Building and packaging the project`_
* `Uploading the project to the Python Packaging Index`_
* `The .pypirc file`_

.. _Project structure: \
https://packaging.python.org/tutorials/distributing-packages/
.. _Building and packaging the project: \
https://packaging.python.org/tutorials/distributing-packages/#packaging-your-project
.. _Uploading the project to the Python Packaging Index: \
https://packaging.python.org/tutorials/distributing-packages/#uploading-your-project-to-pypi
.. _The .pypirc file: \
https://packaging.python.org/specifications/pypirc/


How do I...?
Expand Down
0