Skip to content

Commit d9f32ce

Browse files
authored
Merge pull request TangleML#23 from TangleML/piforge/tangle-cli-scheduler-retries-fix/release-publish-cli-only
Publish only tangle-cli artifacts in release workflow
2 parents 860d204 + 883aad9 commit d9f32ce

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)