From 62e72f51ff7d47ef23ec41dbdaa9c98911184a7b Mon Sep 17 00:00:00 2001 From: Jo <10510431+j178@users.noreply.github.com> Date: Wed, 24 Jul 2024 10:53:00 +0800 Subject: [PATCH] Remove an extra quote in `sync-python-releaes.yml` (#5393) --- .github/workflows/sync-python-releases.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-python-releases.yml b/.github/workflows/sync-python-releases.yml index 5c1de64ab..bc54925cc 100644 --- a/.github/workflows/sync-python-releases.yml +++ b/.github/workflows/sync-python-releases.yml @@ -32,7 +32,7 @@ jobs: commit-message: "Sync latest Python releases" add-paths: | crates/uv-python/download-metadata.json - crates/uv-python/src/downloads.inc" + crates/uv-python/src/downloads.inc branch: "sync-python-releases" title: "Sync latest Python releases" body: "Automated update for Python releases."