Skip to content

Commit c50be01

Browse files
committed
update release instructions to use uv
1 parent b8c1850 commit c50be01

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/release.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ Notes to self about making a release:
44
2. Make a tag pointing to that commit named after the new version.
55
3. `git push && git push --tags`
66
4. Copy the commit message to https://groups.google.com/forum/#!forum/peru-tool.
7-
5. `python3 setup.py sdist`
8-
6. `twine upload dist/*`
9-
- Full instructions here: https://packaging.python.org/tutorials/packaging-projects
7+
5. `uv build`
8+
6. `uvx twine upload dist/*`
109
7. Bump the AUR package.
1110
- `git clone ssh+git://[email protected]/peru`
1211
- Update the pkgver and pkgrel.

0 commit comments

Comments
 (0)