File tree 1 file changed +6
-9
lines changed
1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,11 @@ Notes from the last release process. Documentation is the first step on the road
4
4
5
5
### 1. Create new build on GitHub
6
6
7
- 1 . Update json-store/__ init__ .py with new version.
8
- 1 . Tag the commit (git tag -s v3.2)
7
+ 1 . Update ` json-store/__init__.py ` with new version.
8
+ 1 . Tag the commit
9
+ ```sh
10
+ git tag -s v3.2
11
+ ```
9
12
1 . Push commit and push tag
10
13
```sh
11
14
git push --atomic origin main v3.2
@@ -20,15 +23,9 @@ Notes from the last release process. Documentation is the first step on the road
20
23
21
24
### 3. Release on PyPI
22
25
23
- 1 . Install Twine in venv
24
- ```sh
25
- python3 -m venv .venv
26
- source .venv/bin/activate
27
- python3 -m pip install twine
28
- ```
29
26
1 . Upload artifacts
30
27
```sh
31
- python3 -m twine upload /path/to/dist/*
28
+ uvx twine upload /path/to/dist/*
32
29
```
33
30
34
31
### 4. Cleanup
You can’t perform that action at this time.
0 commit comments