Skip to content

Commit 45748ae

Browse files
authored
Random version ID's for testpypi pushes
1 parent 957d8bb commit 45748ae

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test_publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ jobs:
2222
- name: Install Python 3.13
2323
run: uv python install 3.13
2424
- name: Build
25-
run: uv build
25+
run: |
26+
uv version --bump patch --bump dev=$RANDOM # random version id
27+
uv build
2628
# Check that basic features work and we didn't miss to include crucial files
2729
- name: Smoke test (wheel)
2830
run: uv run --isolated --no-project --with dist/*.whl testing.py

0 commit comments

Comments
 (0)