Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,6 @@ jobs:
if: steps.check_tag.outputs.exists == 'false'
run: uv build

# Check that basic features work and we didn't miss to include crucial files
- name: Smoke test (wheel)
if: steps.check_tag.outputs.exists == 'false'
run: uv run --isolated --no-project --with dist/*.whl tests/smoke_test.py

- name: Smoke test (source distribution)
if: steps.check_tag.outputs.exists == 'false'
run: uv run --isolated --no-project --with dist/*.tar.gz tests/smoke_test.py

- name: Publish to PyPI
if: steps.check_tag.outputs.exists == 'false'
run: uv publish
Expand Down
Loading