mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-01 06:21:13 +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
|
||||
name: python-build-standalone
|
||||
name: "Sync Python downloads"
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
|
@ -29,9 +29,11 @@ jobs:
|
|||
- name: "Create Pull Request"
|
||||
uses: peter-evans/create-pull-request@v6
|
||||
with:
|
||||
commit-message: "Sync latest python-build-standalone releases"
|
||||
add-paths: "crates/uv-python/src/downloads.inc"
|
||||
branch: "sync-python-build-standalone"
|
||||
title: "Sync python-build-standalone downloads"
|
||||
body: "Automated update for python-build-standalone downloads."
|
||||
commit-message: "Sync latest Python releases"
|
||||
add-paths: |
|
||||
crates/uv-python/download-metadata.json
|
||||
crates/uv-python/src/downloads.inc"
|
||||
branch: "sync-python-releases"
|
||||
title: "Sync latest Python releases"
|
||||
body: "Automated update for Python releases."
|
||||
base: "main"
|
Loading…
Add table
Add a link
Reference in a new issue