Skip to content

Commit 4044f85

Browse files
committed
Fix release workflow
1 parent 8b24307 commit 4044f85

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ jobs:
4444
version=$(echo $GITHUB_REF_SLUG | sed -E "s/v(.*)/\1/")
4545
sed -i -E "s/dynamic = .*/version = \"${version}\"/" pyproject.toml
4646
47+
- name: Build package
48+
run: uv build
49+
4750
- name: Publish package
4851
uses: pypa/gh-action-pypi-publish@release/v1
4952

0 commit comments

Comments
 (0)