Skip to content

Commit 2eee741

Browse files
committed
Revise release workflow
1 parent 92d3eae commit 2eee741

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
run: |
3737
sleep 5
3838
- name: Check install and import
39-
run: uv run --with pyroids --no-project -- python -c 'import pyroids;print(f"{pyroids.__version__=}")'
39+
run: uv run --refresh-package pyroids --with pyroids --no-project -- python -c 'import pyroids;print(f"{pyroids.__version__=}")'

0 commit comments

Comments
 (0)