Skip to content

Commit 969535d

Browse files
Siddhant-K-codeona-agent
authored andcommitted
fix: use --check-url to skip already-published versions on PyPI
Co-authored-by: Ona <no-reply@ona.com>
1 parent c79be08 commit 969535d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
run: uv build
2424

2525
- name: Publish to PyPI
26-
run: uv publish --skip-existing
26+
run: uv publish --check-url https://pypi.org/simple/agent-strace/

0 commit comments

Comments
 (0)