Skip to content

Commit 349a40f

Browse files
Merge pull request #888 from codeflash-ai/fix-publish-yml
fix publish workflow
2 parents be86bdc + c16e2d1 commit 349a40f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,6 @@ jobs:
5656
if: steps.check_tag.outputs.exists == 'false'
5757
run: uv build
5858

59-
# Check that basic features work and we didn't miss to include crucial files
60-
- name: Smoke test (wheel)
61-
if: steps.check_tag.outputs.exists == 'false'
62-
run: uv run --isolated --no-project --with dist/*.whl tests/smoke_test.py
63-
64-
- name: Smoke test (source distribution)
65-
if: steps.check_tag.outputs.exists == 'false'
66-
run: uv run --isolated --no-project --with dist/*.tar.gz tests/smoke_test.py
67-
6859
- name: Publish to PyPI
6960
if: steps.check_tag.outputs.exists == 'false'
7061
run: uv publish

0 commit comments

Comments
 (0)