Skip to content

Commit 0b59fc4

Browse files
pradyunsgwebknjaz
andauthored
Use a ref to the twine index page
Co-authored-by: Sviatoslav Sydorenko <[email protected]>
1 parent b746801 commit 0b59fc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/guides/packaging-binary-extensions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ Publishing binary extensions
361361
Publishing binary extensions through PyPI uses the same upload mechanisms as
362362
publishing pure Python packages. You build a wheel file for your extension
363363
using the build-backend and upload it to PyPI using
364-
`twine <https://twine.readthedocs.io/>`_.
364+
:doc:`twine <twine:index>`.
365365

366366
Avoid binary-only releases
367367
--------------------------

0 commit comments

Comments
 (0)