Skip to content

Commit ddae741

Browse files
authored
Switch to uv publish (#14042)
## Summary Ref: astral-sh/uv#8065 ## Test Plan Going to re-release `0.7.2` which failed: https://github.com/astral-sh/ruff/actions/runs/11630280069
1 parent 5053d2c commit ddae741

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,12 @@ jobs:
2121
# For PyPI's trusted publishing.
2222
id-token: write
2323
steps:
24+
- name: "Install uv"
25+
uses: astral-sh/setup-uv@v3
2426
- uses: actions/download-artifact@v4
2527
with:
2628
pattern: wheels-*
2729
path: wheels
2830
merge-multiple: true
2931
- name: Publish to PyPi
30-
uses: pypa/gh-action-pypi-publish@release/v1
31-
with:
32-
skip-existing: true
33-
packages-dir: wheels
34-
verbose: true
32+
run: uv publish -v wheels/*

0 commit comments

Comments
 (0)