We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4225063 commit 8c65754Copy full SHA for 8c65754
.github/workflows/release.yml
@@ -22,10 +22,5 @@ jobs:
22
run: uv python install 3.11
23
- name: Build
24
run: uv build
25
- # Check that basic features work and we didn't miss to include crucial files
26
- - name: Smoke test (wheel)
27
- run: uv run --isolated --no-project --with dist/*.whl tests/basic_usage.py
28
- - name: Smoke test (source distribution)
29
- run: uv run --isolated --no-project --with dist/*.tar.gz tests/basic_usage.py
30
- name: Publish
31
run: uv publish
0 commit comments