We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8c1850 commit c50be01Copy full SHA for c50be01
docs/release.md
@@ -4,9 +4,8 @@ Notes to self about making a release:
4
2. Make a tag pointing to that commit named after the new version.
5
3. `git push && git push --tags`
6
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
+5. `uv build`
+6. `uvx twine upload dist/*`
10
7. Bump the AUR package.
11
- `git clone ssh+git://[email protected]/peru`
12
- Update the pkgver and pkgrel.
0 commit comments