forked from Github-Mirrors/canaille
doc: release instructions typo
This commit is contained in:
parent
348637664b
commit
39d020171c
2 changed files with 2 additions and 2 deletions
|
@ -185,7 +185,7 @@ Publish a new release
|
||||||
6. Commit with ``git commit``
|
6. Commit with ``git commit``
|
||||||
7. Build with ``uv build``
|
7. Build with ``uv build``
|
||||||
8. Publish on test PyPI with ``uv publish --publish-url https://test.pypi.org/legacy/``
|
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``
|
10. Publish on production PyPI ``uv publish``
|
||||||
11. Tag you commit with ``git tag XX.YY.ZZ``
|
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``
|
12. Push the release commit and the new tag on the repository with ``git push --tags``
|
||||||
|
|
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "Canaille"
|
name = "Canaille"
|
||||||
version = "0.0.55"
|
version = "0.0.56post1"
|
||||||
description = "Lightweight identity and authorization management software"
|
description = "Lightweight identity and authorization management software"
|
||||||
license = {file = "LICENSE.rst"}
|
license = {file = "LICENSE.rst"}
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
Loading…
Reference in a new issue