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 87e00b4 commit f22c54fCopy full SHA for f22c54f
.github/workflows/pypi.yaml
@@ -34,6 +34,8 @@ jobs:
34
steps:
35
- uses: actions/checkout@v4
36
- uses: astral-sh/setup-uv@v5
37
+ - name: Create virtual environment
38
+ run: uv venv
39
- name: Install build
40
run: uv pip install build
41
- name: Build
0 commit comments