We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 860d204 commit 883aad9Copy full SHA for 883aad9
1 file changed
.github/workflows/release.yaml
@@ -52,5 +52,5 @@ jobs:
52
run: |
53
cli_wheel="$(echo dist/tangle_cli-*.whl)"
54
uv run --isolated --no-project --find-links dist --with "${cli_wheel}[native]" tangle-cli version
55
- - name: Publish
56
- run: uv publish --check-url https://pypi.org/simple/
+ - name: Publish tangle-cli
+ run: uv publish --check-url https://pypi.org/simple/ dist/tangle_cli-*
0 commit comments