Skip to content

Commit 209f590

Browse files
authored
use uv build (#12)
1 parent ce321cb commit 209f590

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: |
5858
.github/change_version.py --set '${{ inputs.version }}'
5959
- name: Build
60-
run: uv run pyproject-build
60+
run: uv build
6161
- name: Publish
6262
env:
6363
TWINE_USERNAME: __token__

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ dependencies = []
1515

1616
[dependency-groups]
1717
dev = [
18-
"build",
1918
"pytest",
2019
"pytest-cov",
2120
"pytest-socket",

0 commit comments

Comments
 (0)