poetry: edit page (#12388)

pull/23/head
Fazle Arefin 2024-02-28 01:34:55 +11:00 committed by GitHub
parent 649882dc99
commit 15a4a74a3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 2 deletions

View File

@ -28,6 +28,10 @@
`poetry run {{command}}`
- Bump the minor version of the project in `pyproject.toml`:
- Bump the version of the project in `pyproject.toml`:
`poetry version minor`
`poetry version {{patch|minor|major|prepatch|preminor|premajor|prerelease}}`
- Spawn a shell within the project's virtual environment:
`poetry shell`