We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b746801 commit 0b59fc4Copy full SHA for 0b59fc4
source/guides/packaging-binary-extensions.rst
@@ -361,7 +361,7 @@ Publishing binary extensions
361
Publishing binary extensions through PyPI uses the same upload mechanisms as
362
publishing pure Python packages. You build a wheel file for your extension
363
using the build-backend and upload it to PyPI using
364
-`twine <https://twine.readthedocs.io/>`_.
+:doc:`twine <twine:index>`.
365
366
Avoid binary-only releases
367
--------------------------
0 commit comments