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 82f6dc2 commit 6ebcd8aCopy full SHA for 6ebcd8a
.github/workflows/ci.yml
@@ -70,6 +70,10 @@ jobs:
70
with:
71
fetch-depth: 0
72
persist-credentials: false
73
+ - name: Set up uv
74
+ uses: astral-sh/setup-uv@v7
75
+ with:
76
+ python-version: "3.11"
77
- name: Python Semantic Release
78
id: release
79
uses: python-semantic-release/python-semantic-release@v10.4.1
pyproject.toml
@@ -70,7 +70,6 @@ build-backend = "hatchling.build"
branch = "main"
version_toml = ["pyproject.toml:project.version"]
build_command = """
- python -m pip install -e '.[build]'
uv lock --upgrade-package "$PACKAGE_NAME"
git add uv.lock
uv build
0 commit comments