Skip to content

Commit

Permalink
[UPDATE] deployment docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mathix420 committed Sep 16, 2023
1 parent 6627699 commit b0fef9c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,15 @@ Do not forget to bump versions in `setup.py` and `PKGBUILD`.

### PyPi

Run `make` to publish a new version.
~~Run `make` to publish a new version.~~

Git tag the new version and push it.
Then publish the automatically created Draft release.

```
git tag vX.X.X
git push --tags
```

### AUR

Expand Down

0 comments on commit b0fef9c

Please sign in to comment.