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 cb6d140 commit bcac20aCopy full SHA for bcac20a
.github/workflows/release.yml
@@ -36,6 +36,8 @@ jobs:
36
37
- name: Install dependencies
38
run: |
39
+ uv venv
40
+ source .venv/bin/activate
41
uv pip install build hatchling hatch-vcs
42
uv sync --frozen
43
0 commit comments