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.
2 parents d76604a + 8004227 commit f0d9d94Copy full SHA for f0d9d94
.github/workflows/github-release.yml
@@ -24,6 +24,7 @@ jobs:
24
25
- name: Install dependencies
26
run: |
27
+ uv venv
28
uv pip install wheel twine build
29
30
- run: make python-package
.github/workflows/pypi-publish.yml
@@ -23,7 +23,7 @@ jobs:
23
python-version: '3.12'
- uv pip install --upgrade pip setuptools
0 commit comments