File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ dev --editable .`. The `--editable` flag makes it so that all code changes take
2929immediate effect without re-installing the package.
3030
3131When using Pip, follow the standard workflow: Create a virtual Python
32- environment ` python -m venv .venv ` , activate it, and install the project in it
33- with ` pip install --group dev --editable . `
32+ environment with ` python -m venv .venv ` , activate it, and install the project
33+ in it with ` pip install --group dev --editable . `
3434
3535[ UV ] : https://docs.astral.sh/uv
3636[ Pip ] : https://pip.pypa.io
@@ -57,8 +57,8 @@ with `pip install --group dev --editable .`
5757 ❯ git pull
5858 ❯ git branch --force stable
5959 ❯ git branch --force 1.3
60- ❯ git push origin stable
61- ❯ git push origin 1.3
60+ ❯ git push upstream stable
61+ ❯ git push upstream 1.3
6262 ```
6363- Publish to PyPI via GitHub Action.
6464- Create release on GitHub, tag it (like ` v1.3.1 ` ), add release notes.
You can’t perform that action at this time.
0 commit comments