mirror of
https://github.com/actions/setup-python.git
synced 2026-09-01 17:00:42 +08:00
- only warn about PyPy/GraalPy mirror when a custom mirror is set; the
action.yml default made the warning fire on every run
- accept the refs/heads/{branch} raw URL form so it routes via the REST
API instead of tripping the slash-branch warning
- scope mirror-token to the full mirror origin (scheme+host+port) so it
can't leak to a same-host http download_url
- make an invalid mirror fatal on the auth path, matching getManifestUrl
- fix warning/docs that wrongly claimed the raw fallback is anonymous
- force a manifest fetch in the mirror integration job (check-latest) so
it actually contacts the mirror instead of using the preinstalled cache
|
||
|---|---|---|
| .. | ||
| data | ||
| cache-restore.test.ts | ||
| cache-save.test.ts | ||
| check-python-path.sh | ||
| find-graalpy.test.ts | ||
| find-pypy.test.ts | ||
| find-python.test.ts | ||
| finder.test.ts | ||
| install-graalpy.test.ts | ||
| install-pypy.test.ts | ||
| install-python-mirror.test.ts | ||
| install-python.test.ts | ||
| test-pipenv.py | ||
| utils.test.ts | ||
| verify-freethreaded.py | ||
| verify-python.py | ||