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 233129f commit a71e373Copy full SHA for a71e373
.github/workflows/publish.yaml
@@ -27,5 +27,5 @@ jobs:
27
&& startsWith(github.ref, 'refs/tags')
28
)
29
# Uncomment for testing
30
- # env: { UV_PUBLISH_URL: "https://test.pypi.org/legacy/" }
+ env: { UV_PUBLISH_URL: "https://test.pypi.org/legacy/" }
31
0 commit comments