Skip to content

Commit af157fa

Browse files
authored
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.html#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
1 parent 861efc6 commit af157fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Doc/distributing/index.rst

+3
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,16 @@ involved in creating and publishing a project:
128128
* `Project structure`_
129129
* `Building and packaging the project`_
130130
* `Uploading the project to the Python Packaging Index`_
131+
* `The .pypirc file`_
131132

132133
.. _Project structure: \
133134
https://packaging.python.org/tutorials/distributing-packages/
134135
.. _Building and packaging the project: \
135136
https://packaging.python.org/tutorials/distributing-packages/#packaging-your-project
136137
.. _Uploading the project to the Python Packaging Index: \
137138
https://packaging.python.org/tutorials/distributing-packages/#uploading-your-project-to-pypi
139+
.. _The .pypirc file: \
140+
https://packaging.python.org/specifications/pypirc/
138141

139142

140143
How do I...?

0 commit comments

Comments
 (0)