From 39d020171cf9b1716a8f58fe42dea115661175f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89loi=20Rivard?= Date: Thu, 7 Nov 2024 13:51:30 +0100 Subject: [PATCH] doc: release instructions typo --- CONTRIBUTING.rst | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 34d54df2..5fa917eb 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -185,7 +185,7 @@ Publish a new release 6. Commit with ``git commit`` 7. Build with ``uv build`` 8. Publish on test PyPI with ``uv publish --publish-url https://test.pypi.org/legacy/`` -9. Install the test package somewhere with ``pip install --index-url https://test.pypi.org/simple --upgrade canaille``. Check that everything looks fine. +9. Install the test package somewhere with ``pip install --extra-index-url https://test.pypi.org/simple --upgrade canaille``. Check that everything looks fine. 10. Publish on production PyPI ``uv publish`` 11. Tag you commit with ``git tag XX.YY.ZZ`` 12. Push the release commit and the new tag on the repository with ``git push --tags`` diff --git a/pyproject.toml b/pyproject.toml index 23604403..c2b8c0ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "Canaille" -version = "0.0.55" +version = "0.0.56post1" description = "Lightweight identity and authorization management software" license = {file = "LICENSE.rst"} readme = "README.md"