Skip to content

Commit 6ebcd8a

Browse files
committed
chore: get uv release to work properly
1 parent 82f6dc2 commit 6ebcd8a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ jobs:
7070
with:
7171
fetch-depth: 0
7272
persist-credentials: false
73+
- name: Set up uv
74+
uses: astral-sh/setup-uv@v7
75+
with:
76+
python-version: "3.11"
7377
- name: Python Semantic Release
7478
id: release
7579
uses: python-semantic-release/python-semantic-release@v10.4.1

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ build-backend = "hatchling.build"
7070
branch = "main"
7171
version_toml = ["pyproject.toml:project.version"]
7272
build_command = """
73-
python -m pip install -e '.[build]'
7473
uv lock --upgrade-package "$PACKAGE_NAME"
7574
git add uv.lock
7675
uv build

0 commit comments

Comments
 (0)