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:
parent
df4d29731a
commit
368bb403f4
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue