From be831fceb852e38f56c76b5b6299a851eb822629 Mon Sep 17 00:00:00 2001 From: Veit Schiele Date: Sat, 7 Dec 2024 15:41:14 +0100 Subject: [PATCH] :art: Rearrange package section --- docs/packs/index.rst | 2 +- docs/packs/{upload-install.rst => publish.rst} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename docs/packs/{upload-install.rst => publish.rst} (99%) diff --git a/docs/packs/index.rst b/docs/packs/index.rst index 0387485..8aaf06c 100644 --- a/docs/packs/index.rst +++ b/docs/packs/index.rst @@ -23,7 +23,7 @@ details of the requirements and process for creating wheels can be found in distribution templating/index - upload-install + publish gitlab cibuildwheel binary-extensions diff --git a/docs/packs/upload-install.rst b/docs/packs/publish.rst similarity index 99% rename from docs/packs/upload-install.rst rename to docs/packs/publish.rst index 14a2c76..3f8d89a 100644 --- a/docs/packs/upload-install.rst +++ b/docs/packs/publish.rst @@ -1,5 +1,5 @@ -Upload package -============== +Publish package +=============== Finally, you can deploy the package on the :term:`Python Package Index` (:term:`PyPI`) or another index, for example :doc:`gitlab` or :term:`devpi`.