We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f49d6b3 commit 45f442dCopy full SHA for 45f442d
.github/workflows/ci.yml
@@ -24,9 +24,6 @@ jobs:
24
- name: Set up Python ${{ matrix.python-version }}
25
run: uv python install ${{ matrix.python-version }}
26
27
- - name: Sync environment
28
- run: uv sync --dev
29
-
30
- name: Build
31
run: uv build
32
pyproject.toml
@@ -39,6 +39,10 @@ dev = [
39
"twine>=6.1.0",
40
]
41
42
+[build-system]
43
+requires = ["uv_build>=0.8.8,<0.9.0"]
44
+build-backend = "uv_build"
45
+
46
# =============================================================================
47
# Code linting
48
0 commit comments