mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-01 14:31:12 +00:00
Update python-build-standalone
workflow (#5390)
## Summary After #5337, `fetch-download-metadata.py` fetches not just from `python-build-standalone`, so updates the workflow to `sync-python-releases.yml`. Also includes `crates/uv-python/download-metadata.json` in `add-paths`. --------- Co-authored-by: Zanie Blue <contact@zanie.dev>
This commit is contained in:
parent
41b699e7ac
commit
17d63b0e07
1 changed files with 9 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Sync Python releases from `python-build-standalone`.
|
# Sync Python releases and create a pull request.
|
||||||
#
|
#
|
||||||
# Based on: https://github.com/astral-sh/rye/blob/57b7c089e494138aae29a130afb2e17f447970bf/.github/workflows/sync-python-releases.yml
|
# Based on: https://github.com/astral-sh/rye/blob/57b7c089e494138aae29a130afb2e17f447970bf/.github/workflows/sync-python-releases.yml
|
||||||
name: python-build-standalone
|
name: "Sync Python downloads"
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
|
@ -29,9 +29,11 @@ jobs:
|
||||||
- name: "Create Pull Request"
|
- name: "Create Pull Request"
|
||||||
uses: peter-evans/create-pull-request@v6
|
uses: peter-evans/create-pull-request@v6
|
||||||
with:
|
with:
|
||||||
commit-message: "Sync latest python-build-standalone releases"
|
commit-message: "Sync latest Python releases"
|
||||||
add-paths: "crates/uv-python/src/downloads.inc"
|
add-paths: |
|
||||||
branch: "sync-python-build-standalone"
|
crates/uv-python/download-metadata.json
|
||||||
title: "Sync python-build-standalone downloads"
|
crates/uv-python/src/downloads.inc"
|
||||||
body: "Automated update for python-build-standalone downloads."
|
branch: "sync-python-releases"
|
||||||
|
title: "Sync latest Python releases"
|
||||||
|
body: "Automated update for Python releases."
|
||||||
base: "main"
|
base: "main"
|
Loading…
Add table
Add a link
Reference in a new issue