mirror of
https://github.com/astral-sh/uv
synced 2026-01-20 21:10:10 -05:00
Fix python-build-standalone workflow (#5327)
## Summary The script reads `GITHUB_TOKEN` instead. And since #4853 merged, there is no need to use `uv run --with`.
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
||||
- name: Sync Python Releases
|
||||
run: |
|
||||
uv run --isolated -- fetch-download-metadata.py
|
||||
uv run --isolated --with chevron-blue -- template-download-metadata.py
|
||||
uv run --isolated -- template-download-metadata.py
|
||||
working-directory: ./crates/uv-python
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user