Use uv publish to publish itself (#8065)

This commit is contained in:
Jo
2024-10-13 02:18:00 +08:00
committed by GitHub
parent d12d569f24
commit 6d868c076c
+3 -5
View File
@@ -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/*