We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29b9d7d commit 52347f3Copy full SHA for 52347f3
RELEASE.md
@@ -28,9 +28,10 @@ make dist
28
```
29
30
Publish the project.
31
+You'll need your personal access token from PyPI.
32
33
```shell
-uv publish
34
+uv publish --username __token__
35
36
37
Finally, navigate to the [New release page](https://github.com/sphinx-contrib/httpdomain/releases/new) on GitHub to publish the tagged release.
0 commit comments