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 957d8bb commit 45748aeCopy full SHA for 45748ae
1 file changed
.github/workflows/test_publish.yml
@@ -22,7 +22,9 @@ jobs:
22
- name: Install Python 3.13
23
run: uv python install 3.13
24
- name: Build
25
- run: uv build
+ run: |
26
+ uv version --bump patch --bump dev=$RANDOM # random version id
27
+ uv build
28
# Check that basic features work and we didn't miss to include crucial files
29
- name: Smoke test (wheel)
30
run: uv run --isolated --no-project --with dist/*.whl testing.py
0 commit comments