We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce321cb commit 209f590Copy full SHA for 209f590
2 files changed
.github/workflows/publish.yml
@@ -57,7 +57,7 @@ jobs:
57
run: |
58
.github/change_version.py --set '${{ inputs.version }}'
59
- name: Build
60
- run: uv run pyproject-build
+ run: uv build
61
- name: Publish
62
env:
63
TWINE_USERNAME: __token__
pyproject.toml
@@ -15,7 +15,6 @@ dependencies = []
15
16
[dependency-groups]
17
dev = [
18
- "build",
19
"pytest",
20
"pytest-cov",
21
"pytest-socket",
0 commit comments