mirror of
https://github.com/astral-sh/ruff
synced 2026-01-20 21:10:48 -05:00
Switch to uv publish (#14042)
## Summary Ref: https://github.com/astral-sh/uv/pull/8065 ## Test Plan Going to re-release `0.7.2` which failed: https://github.com/astral-sh/ruff/actions/runs/11630280069
This commit is contained in:
8
.github/workflows/publish-pypi.yml
vendored
8
.github/workflows/publish-pypi.yml
vendored
@@ -21,14 +21,12 @@ jobs:
|
||||
# For PyPI's trusted publishing.
|
||||
id-token: write
|
||||
steps:
|
||||
- name: "Install uv"
|
||||
uses: astral-sh/setup-uv@v3
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
pattern: wheels-*
|
||||
path: wheels
|
||||
merge-multiple: true
|
||||
- name: Publish to PyPi
|
||||
uses: pypa/gh-action-pypi-publish@release/v1
|
||||
with:
|
||||
skip-existing: true
|
||||
packages-dir: wheels
|
||||
verbose: true
|
||||
run: uv publish -v wheels/*
|
||||
|
||||
Reference in New Issue
Block a user