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 8b24307 commit 4044f85Copy full SHA for 4044f85
1 file changed
.github/workflows/release.yml
@@ -44,6 +44,9 @@ jobs:
44
version=$(echo $GITHUB_REF_SLUG | sed -E "s/v(.*)/\1/")
45
sed -i -E "s/dynamic = .*/version = \"${version}\"/" pyproject.toml
46
47
+ - name: Build package
48
+ run: uv build
49
+
50
- name: Publish package
51
uses: pypa/gh-action-pypi-publish@release/v1
52
0 commit comments