Skip to content

Commit 42bbbf5

Browse files
committed
enable publish in workflow
1 parent 28b7736 commit 42bbbf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
run: uv run --isolated --no-project --with dist/*.whl tests/test_smoke.py
2828
- name: Smoke test (source distribution)
2929
run: uv run --isolated --no-project --with dist/*.tar.gz tests/test_smoke.py
30-
# - name: Publish
31-
# run: uv publish
30+
- name: Publish
31+
run: uv publish

0 commit comments

Comments
 (0)