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.
1 parent e2db367 commit cd5718dCopy full SHA for cd5718d
.github/workflows/release.yml
@@ -34,8 +34,7 @@ jobs:
34
- name: Install dependencies
35
run: |
36
uv sync --dev
37
- pip install build twine
38
-
+
39
- name: Run tests
40
41
uv run pytest tests/ -v
pyproject.toml
@@ -56,7 +56,7 @@ pythonpath = ["src"]
56
57
[tool.semantic_release]
58
version_toml = ["pyproject.toml:project.version"]
59
-build_command = "python -m build"
+build_command = "pip install build && python -m build"
60
dist_path = "dist/"
61
upload_to_pypi = true
62
upload_to_release = true
0 commit comments