Skip to content

Commit 883aad9

Browse files
committed
ci(release): publish only tangle-cli artifacts
1 parent 860d204 commit 883aad9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ jobs:
5252
run: |
5353
cli_wheel="$(echo dist/tangle_cli-*.whl)"
5454
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/
55+
- name: Publish tangle-cli
56+
run: uv publish --check-url https://pypi.org/simple/ dist/tangle_cli-*

0 commit comments

Comments
 (0)