Update .github/workflows/release.yml

Co-authored-by: Simon Schrottner <simon.schrottner@dynatrace.com>
Signed-off-by: Leo  <37860104+leohoare@users.noreply.github.com>
Signed-off-by: leohoare <leo@insight.co>
This commit is contained in:
Leo 2025-06-23 21:54:24 +08:00 committed by leohoare
parent df4d29731a
commit 368bb403f4
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ jobs:
run: uv sync
- name: Build a binary wheel and a source tarball
run: uv run python -m build
run: uv build
- name: Publish a Python distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1