mirror of https://github.com/astral-sh/ruff
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:
parent
5053d2c127
commit
ddae741b72
|
|
@ -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/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue