Skip to content

Commit b0fef9c

Browse files
committed
[UPDATE] deployment docs
1 parent 6627699 commit b0fef9c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,15 @@ Do not forget to bump versions in `setup.py` and `PKGBUILD`.
7474

7575
### PyPi
7676

77-
Run `make` to publish a new version.
77+
~~Run `make` to publish a new version.~~
78+
79+
Git tag the new version and push it.
80+
Then publish the automatically created Draft release.
81+
82+
```
83+
git tag vX.X.X
84+
git push --tags
85+
```
7886

7987
### AUR
8088

0 commit comments

Comments
 (0)