We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92d3eae commit 2eee741Copy full SHA for 2eee741
1 file changed
.github/workflows/release.yml
@@ -36,4 +36,4 @@ jobs:
36
run: |
37
sleep 5
38
- name: Check install and import
39
- run: uv run --with pyroids --no-project -- python -c 'import pyroids;print(f"{pyroids.__version__=}")'
+ run: uv run --refresh-package pyroids --with pyroids --no-project -- python -c 'import pyroids;print(f"{pyroids.__version__=}")'
0 commit comments