Skip to content

Commit 45f442d

Browse files
committed
Put the build system back
1 parent f49d6b3 commit 45f442d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ jobs:
2424
- name: Set up Python ${{ matrix.python-version }}
2525
run: uv python install ${{ matrix.python-version }}
2626

27-
- name: Sync environment
28-
run: uv sync --dev
29-
3027
- name: Build
3128
run: uv build
3229

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ dev = [
3939
"twine>=6.1.0",
4040
]
4141

42+
[build-system]
43+
requires = ["uv_build>=0.8.8,<0.9.0"]
44+
build-backend = "uv_build"
45+
4246
# =============================================================================
4347
# Code linting
4448
# =============================================================================

0 commit comments

Comments
 (0)