Skip to content

Commit

Permalink
Update python-build-standalone workflow (#5390)
Browse files Browse the repository at this point in the history
## 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 <[email protected]>
  • Loading branch information
j178 and zanieb committed Jul 24, 2024
1 parent 41b699e commit 17d63b0
Showing 1 changed file with 9 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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"

0 comments on commit 17d63b0

Please sign in to comment.