Skip to content

Commit 81d3f81

Browse files
committed
CI: use uv to publish instead of pip
Signed-off-by: Lance-Drane <Lance-Drane@users.noreply.github.com>
1 parent 86c2bca commit 81d3f81

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ jobs:
2525
- name: "Build package"
2626
run: uv build --no-create-gitignore
2727
- name: Publish package to PyPI
28-
uses: pypa/gh-action-pypi-publish@release/v1
29-
with:
30-
repository-url: https://upload.pypi.org/legacy/
28+
run: uv publish
3129
- name: upload to github release
3230
uses: docker://antonyurchenko/git-release:v5
3331
env:

0 commit comments

Comments
 (0)