mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-08-25 19:43:50 +00:00
9a311713f4acad0acceb25fb016307e47c3887b6
96
Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
c7f87aa956 |
bump to v6 in README (#382)
Release Drafter / ✏️ Draft release (push) Failing after 10s
CodeQL / Analyze (TypeScript) (push) Failing after 41s
test / test-default-version (ubuntu-latest) (push) Successful in 34s
test / test-uv-file-version (push) Successful in 48s
test / test-specific-version (0.3.x) (push) Successful in 58s
test / test-specific-version (0.3) (push) Successful in 3m8s
test / test-setup-cache-requirements-txt (push) Successful in 43s
test / lint (push) Successful in 5m20s
test / test-no-python-version (push) Failing after 14m14s
test / test-cache-local (map[expected-cache-dir:/home/runner/work/_temp/setup-uv-cache os:ubuntu-latest]) (push) Failing after 14m15s
test / test-setup-cache-dependency-glob (push) Failing after 14m15s
test / test-setup-cache (true, ubuntu-latest) (push) Failing after 14m16s
test / test-setup-cache (false, ubuntu-latest) (push) Failing after 14m17s
test / test-setup-cache (auto, ubuntu-latest) (push) Failing after 14m18s
test / test-musl (push) Failing after 14m20s
test / test-activate-environment (ubuntu-latest) (push) Failing after 14m21s
test / test-python-version (ubuntu-latest) (push) Failing after 14m21s
test / test-tool-install (ubuntu-latest) (push) Failing after 14m24s
test / test-uvx (push) Failing after 14m24s
test / test-with-explicit-token (push) Failing after 14m25s
test / test-checksum (map[checksum:4d9279ad5ca596b1e2d703901d508430eb07564dc4d8837de9e2fca9c90f8ecd os:ubuntu-latest]) (push) Failing after 14m25s
test / test-malformed-pyproject-file-fallback (push) Failing after 14m28s
test / test-pyproject-file-version (push) Failing after 14m30s
test / test-pep440-version (push) Failing after 14m31s
test / test-semver-range (ubuntu-latest) (push) Failing after 14m31s
test / test-specific-version (>=0.3.0) (push) Failing after 14m32s
test / test-specific-version (0.3.2) (push) Failing after 14m34s
test / test-specific-version (0.3.0) (push) Failing after 14m35s
Update known checksums / build (push) Failing after 13s
test / test-default-version (macos-14) (push) Has been cancelled
test / test-default-version (macos-latest) (push) Has been cancelled
test / test-default-version (windows-latest) (push) Has been cancelled
test / test-semver-range (selfhosted-ubuntu-arm64) (push) Has been cancelled
test / test-checksum (map[checksum:a70cbfbf3bb5c08b2f84963b4f12c94e08fbb2468ba418a3bfe1066fbe9e7218 os:macos-latest]) (push) Has been cancelled
test / test-tool-install (macos-14) (push) Has been cancelled
test / test-tool-install (macos-latest) (push) Has been cancelled
test / test-tool-install (windows-latest) (push) Has been cancelled
test / test-tilde-expansion-tool-dirs (push) Has been cancelled
test / test-python-version (macos-latest) (push) Has been cancelled
test / test-python-version (windows-latest) (push) Has been cancelled
test / test-activate-environment (macos-latest) (push) Has been cancelled
test / test-activate-environment (windows-latest) (push) Has been cancelled
test / test-setup-cache (auto, selfhosted-ubuntu-arm64) (push) Has been cancelled
test / test-setup-cache (auto, windows-latest) (push) Has been cancelled
test / test-setup-cache (false, selfhosted-ubuntu-arm64) (push) Has been cancelled
test / test-setup-cache (false, windows-latest) (push) Has been cancelled
test / test-setup-cache (true, selfhosted-ubuntu-arm64) (push) Has been cancelled
test / test-setup-cache (true, windows-latest) (push) Has been cancelled
test / test-cache-local (map[expected-cache-dir:/home/ubuntu/.cache/uv os:selfhosted-ubuntu-arm64]) (push) Has been cancelled
test / test-cache-local (map[expected-cache-dir:D:\a\_temp\setup-uv-cache os:windows-latest]) (push) Has been cancelled
test / test-setup-cache-local (push) Has been cancelled
test / test-tilde-expansion-cache-local-path (push) Has been cancelled
test / test-tilde-expansion-cache-dependency-glob (push) Has been cancelled
test / test-restore-cache (auto, selfhosted-ubuntu-arm64) (push) Has been cancelled
test / test-restore-cache (auto, ubuntu-latest) (push) Has been cancelled
test / test-restore-cache (auto, windows-latest) (push) Has been cancelled
test / test-restore-cache (false, selfhosted-ubuntu-arm64) (push) Has been cancelled
test / test-restore-cache (false, ubuntu-latest) (push) Has been cancelled
test / test-restore-cache (false, windows-latest) (push) Has been cancelled
test / test-restore-cache (true, selfhosted-ubuntu-arm64) (push) Has been cancelled
test / test-restore-cache (true, ubuntu-latest) (push) Has been cancelled
test / test-restore-cache (true, windows-latest) (push) Has been cancelled
test / test-restore-cache-requirements-txt (push) Has been cancelled
test / test-restore-cache-dependency-glob (push) Has been cancelled
test / test-restore-cache-local (push) Has been cancelled
test / cleanup-tilde-expansion-tests (push) Has been cancelled
test / all-tests-passed (push) Has been cancelled
|
||
|
|
aadfaf08d6 |
Change default cache-dependency-glob (#352)
To support more users by default we should support popular dependency file formats. A quick GitHub search shows ~40k uses of `constraint.txt` and ~16k uses of `requirements.in`. Closes: #261 |
||
|
|
a0f9da6273 |
No default UV_CACHE_DIR on selfhosted runners (#380)
Closes: #371 |
||
|
|
ec4c691628 |
new inputs activate-environment and working-directory (#381)
venv activation was implicit when python-version was supplied. This now only happens when activate-environment is true. working-directory controls where we work and thus also where the .venv will be created Closes: #351 Closes: #271 Closes: #251 Closes: #211 |
||
|
|
fb3a0a97fa |
log info on venv activation (#375)
test / test-pyproject-file-version (push) Successful in 15s
test / test-default-version (ubuntu-latest) (push) Successful in 27s
test / test-specific-version (>=0.3.0) (push) Successful in 39s
Release Drafter / ✏️ Draft release (push) Failing after 54s
CodeQL / Analyze (TypeScript) (push) Failing after 7m37s
test / test-no-python-version (push) Failing after 13m35s
test / test-setup-cache-dependency-glob (push) Failing after 13m35s
test / test-setup-cache-requirements-txt (push) Failing after 13m36s
test / test-setup-cache (true, ubuntu-latest) (push) Failing after 13m37s
test / test-setup-cache (false, ubuntu-latest) (push) Failing after 13m39s
test / test-setup-cache (auto, ubuntu-latest) (push) Failing after 13m40s
test / test-musl (push) Failing after 13m41s
test / test-python-version (windows-latest) (push) Failing after 13m43s
test / test-python-version (ubuntu-latest) (push) Failing after 13m43s
test / test-python-version (macos-latest) (push) Failing after 13m44s
test / test-tool-install (ubuntu-latest) (push) Failing after 13m45s
test / test-uvx (push) Failing after 13m47s
test / test-with-explicit-token (push) Failing after 13m48s
test / test-checksum (map[checksum:4d9279ad5ca596b1e2d703901d508430eb07564dc4d8837de9e2fca9c90f8ecd os:ubuntu-latest]) (push) Failing after 13m48s
test / test-uv-file-version (push) Failing after 13m50s
test / test-malformed-pyproject-file-fallback (push) Failing after 13m53s
test / test-specific-version (0.3) (push) Successful in 14m12s
test / test-pep440-version (push) Failing after 13m53s
test / test-semver-range (ubuntu-latest) (push) Failing after 13m54s
test / test-specific-version (0.3.x) (push) Failing after 13m56s
test / test-specific-version (0.3.2) (push) Failing after 13m59s
test / test-specific-version (0.3.0) (push) Failing after 14m0s
test / test-restore-cache-dependency-glob (push) Has been skipped
test / lint (push) Successful in 35m24s
test / test-default-version (macos-14) (push) Has been cancelled
test / test-default-version (macos-latest) (push) Has been cancelled
test / test-default-version (windows-latest) (push) Has been cancelled
test / test-semver-range (selfhosted-ubuntu-arm64) (push) Has been cancelled
test / test-checksum (map[checksum:a70cbfbf3bb5c08b2f84963b4f12c94e08fbb2468ba418a3bfe1066fbe9e7218 os:macos-latest]) (push) Has been cancelled
test / test-tool-install (macos-14) (push) Has been cancelled
test / test-tool-install (macos-latest) (push) Has been cancelled
test / test-tool-install (windows-latest) (push) Has been cancelled
test / test-tilde-expansion-tool-dirs (push) Has been cancelled
test / test-setup-cache (auto, selfhosted-ubuntu-arm64) (push) Has been cancelled
test / test-setup-cache (auto, windows-latest) (push) Has been cancelled
test / test-setup-cache (false, selfhosted-ubuntu-arm64) (push) Has been cancelled
test / test-setup-cache (false, windows-latest) (push) Has been cancelled
test / test-setup-cache (true, selfhosted-ubuntu-arm64) (push) Has been cancelled
test / test-setup-cache (true, windows-latest) (push) Has been cancelled
test / test-setup-cache-local (push) Has been cancelled
test / test-tilde-expansion-cache-local-path (push) Has been cancelled
test / test-tilde-expansion-cache-dependency-glob (push) Has been cancelled
test / test-restore-cache (auto, selfhosted-ubuntu-arm64) (push) Has been cancelled
test / test-restore-cache (auto, ubuntu-latest) (push) Has been cancelled
test / test-restore-cache (auto, windows-latest) (push) Has been cancelled
test / test-restore-cache (false, selfhosted-ubuntu-arm64) (push) Has been cancelled
test / test-restore-cache (false, ubuntu-latest) (push) Has been cancelled
test / test-restore-cache (false, windows-latest) (push) Has been cancelled
test / test-restore-cache (true, selfhosted-ubuntu-arm64) (push) Has been cancelled
test / test-restore-cache (true, ubuntu-latest) (push) Has been cancelled
test / test-restore-cache (true, windows-latest) (push) Has been cancelled
test / test-restore-cache-requirements-txt (push) Has been cancelled
test / test-restore-cache-local (push) Has been cancelled
test / cleanup-tilde-expansion-tests (push) Has been cancelled
test / all-tests-passed (push) Has been cancelled
Update known checksums / build (push) Failing after 11m14s
Make sure we get more info by default instead of just exiting with 1 Contributes to: #374 |
||
|
|
d4b2f3b6ec |
Make sure uv installed by setup-uv is first in PATH (#373)
test / test-uvx (push) Successful in 1m5s
Release Drafter / ✏️ Draft release (push) Failing after 1m40s
test / test-specific-version (0.3) (push) Failing after 2m5s
test / lint (push) Failing after 2m37s
test / test-setup-cache (true, ubuntu-latest) (push) Successful in 10m19s
CodeQL / Analyze (TypeScript) (push) Failing after 3m31s
test / test-no-python-version (push) Failing after 14m24s
test / test-setup-cache-dependency-glob (push) Failing after 14m26s
test / test-setup-cache-requirements-txt (push) Failing after 14m28s
test / test-setup-cache (false, ubuntu-latest) (push) Failing after 14m30s
test / test-setup-cache (auto, ubuntu-latest) (push) Failing after 14m30s
test / test-musl (push) Failing after 14m32s
test / test-python-version (windows-latest) (push) Failing after 14m34s
test / test-python-version (ubuntu-latest) (push) Failing after 14m37s
test / test-python-version (macos-latest) (push) Failing after 14m38s
test / test-tool-install (ubuntu-latest) (push) Failing after 14m39s
test / test-with-explicit-token (push) Failing after 14m42s
test / test-checksum (map[checksum:4d9279ad5ca596b1e2d703901d508430eb07564dc4d8837de9e2fca9c90f8ecd os:ubuntu-latest]) (push) Failing after 14m44s
test / test-uv-file-version (push) Failing after 14m44s
test / test-malformed-pyproject-file-fallback (push) Failing after 14m46s
test / test-pyproject-file-version (push) Failing after 14m48s
test / test-pep440-version (push) Failing after 14m49s
test / test-semver-range (ubuntu-latest) (push) Failing after 14m49s
test / test-specific-version (>=0.3.0) (push) Failing after 14m52s
test / test-specific-version (0.3.x) (push) Failing after 14m53s
test / test-specific-version (0.3.2) (push) Failing after 14m53s
test / test-specific-version (0.3.0) (push) Failing after 14m55s
test / test-default-version (ubuntu-latest) (push) Failing after 14m58s
Update known checksums / build (push) Failing after 1m41s
test / test-default-version (macos-14) (push) Has been cancelled
test / test-default-version (macos-latest) (push) Has been cancelled
test / test-default-version (windows-latest) (push) Has been cancelled
test / test-semver-range (selfhosted-ubuntu-arm64) (push) Has been cancelled
test / test-checksum (map[checksum:a70cbfbf3bb5c08b2f84963b4f12c94e08fbb2468ba418a3bfe1066fbe9e7218 os:macos-latest]) (push) Has been cancelled
test / test-tool-install (macos-14) (push) Has been cancelled
test / test-tool-install (macos-latest) (push) Has been cancelled
test / test-tool-install (windows-latest) (push) Has been cancelled
test / test-tilde-expansion-tool-dirs (push) Has been cancelled
test / test-setup-cache (auto, selfhosted-ubuntu-arm64) (push) Has been cancelled
test / test-setup-cache (auto, windows-latest) (push) Has been cancelled
test / test-setup-cache (false, selfhosted-ubuntu-arm64) (push) Has been cancelled
test / test-setup-cache (false, windows-latest) (push) Has been cancelled
test / test-setup-cache (true, selfhosted-ubuntu-arm64) (push) Has been cancelled
test / test-setup-cache (true, windows-latest) (push) Has been cancelled
test / test-setup-cache-local (push) Has been cancelled
test / test-tilde-expansion-cache-local-path (push) Has been cancelled
test / test-tilde-expansion-cache-dependency-glob (push) Has been cancelled
test / test-restore-cache (auto, selfhosted-ubuntu-arm64) (push) Has been cancelled
test / test-restore-cache (auto, ubuntu-latest) (push) Has been cancelled
test / test-restore-cache (auto, windows-latest) (push) Has been cancelled
test / test-restore-cache (false, selfhosted-ubuntu-arm64) (push) Has been cancelled
test / test-restore-cache (false, ubuntu-latest) (push) Has been cancelled
test / test-restore-cache (false, windows-latest) (push) Has been cancelled
test / test-restore-cache (true, selfhosted-ubuntu-arm64) (push) Has been cancelled
test / test-restore-cache (true, ubuntu-latest) (push) Has been cancelled
test / test-restore-cache (true, windows-latest) (push) Has been cancelled
test / test-restore-cache-requirements-txt (push) Has been cancelled
test / test-restore-cache-dependency-glob (push) Has been cancelled
test / test-restore-cache-local (push) Has been cancelled
test / cleanup-tilde-expansion-tests (push) Has been cancelled
test / all-tests-passed (push) Has been cancelled
Fixes: #372 |
||
|
|
839076380b |
Fix pep440 identifier instead of specifier (#358)
CodeQL / Analyze (TypeScript) (push) Failing after 23s
Release Drafter / ✏️ Draft release (push) Failing after 6s
test / lint (push) Successful in 48s
test / test-default-version (ubuntu-latest) (push) Successful in 17s
test / test-specific-version (0.3) (push) Successful in 24s
test / test-specific-version (0.3.0) (push) Successful in 14s
test / test-specific-version (0.3.2) (push) Successful in 13s
test / test-specific-version (0.3.x) (push) Successful in 28s
test / test-specific-version (>=0.3.0) (push) Successful in 24s
test / test-semver-range (push) Successful in 15s
test / test-pep440-version (push) Successful in 11s
test / test-pyproject-file-version (push) Successful in 5s
test / test-malformed-pyproject-file-fallback (push) Successful in 16s
test / test-uv-file-version (push) Successful in 5s
test / test-checksum (map[checksum:4d9279ad5ca596b1e2d703901d508430eb07564dc4d8837de9e2fca9c90f8ecd os:ubuntu-latest]) (push) Successful in 14s
test / test-with-explicit-token (push) Successful in 16s
test / test-uvx (push) Successful in 15s
test / test-tool-install (ubuntu-latest) (push) Successful in 15s
test / test-python-version (macos-latest) (push) Successful in 34s
test / test-python-version (ubuntu-latest) (push) Successful in 36s
test / test-python-version (windows-latest) (push) Successful in 33s
test / test-musl (push) Failing after 4s
test / test-setup-cache (auto, ubuntu-latest) (push) Successful in 15s
test / test-setup-cache (false, ubuntu-latest) (push) Successful in 16s
test / test-setup-cache (true, ubuntu-latest) (push) Successful in 9m31s
test / test-setup-cache-requirements-txt (push) Successful in 9m32s
test / test-setup-cache-dependency-glob (push) Successful in 9m32s
test / test-no-python-version (push) Successful in 9m49s
test / test-restore-cache-dependency-glob (push) Successful in 9m27s
test / test-default-version (macos-14) (push) Has been cancelled
test / test-default-version (macos-latest) (push) Has been cancelled
test / test-default-version (windows-latest) (push) Has been cancelled
test / test-checksum (map[checksum:a70cbfbf3bb5c08b2f84963b4f12c94e08fbb2468ba418a3bfe1066fbe9e7218 os:macos-latest]) (push) Has been cancelled
test / test-tool-install (macos-14) (push) Has been cancelled
test / test-tool-install (macos-latest) (push) Has been cancelled
test / test-tool-install (windows-latest) (push) Has been cancelled
test / test-tilde-expansion-tool-dirs (push) Has been cancelled
test / test-setup-cache (auto, selfhosted-ubuntu-arm64) (push) Has been cancelled
test / test-setup-cache (auto, windows-latest) (push) Has been cancelled
test / test-setup-cache (false, selfhosted-ubuntu-arm64) (push) Has been cancelled
test / test-setup-cache (false, windows-latest) (push) Has been cancelled
test / test-setup-cache (true, selfhosted-ubuntu-arm64) (push) Has been cancelled
test / test-setup-cache (true, windows-latest) (push) Has been cancelled
test / test-setup-cache-local (push) Has been cancelled
test / test-tilde-expansion-cache-local-path (push) Has been cancelled
test / test-tilde-expansion-cache-dependency-glob (push) Has been cancelled
test / test-restore-cache (auto, selfhosted-ubuntu-arm64) (push) Has been cancelled
test / test-restore-cache (auto, ubuntu-latest) (push) Has been cancelled
test / test-restore-cache (auto, windows-latest) (push) Has been cancelled
test / test-restore-cache (false, selfhosted-ubuntu-arm64) (push) Has been cancelled
test / test-restore-cache (false, ubuntu-latest) (push) Has been cancelled
test / test-restore-cache (false, windows-latest) (push) Has been cancelled
test / test-restore-cache (true, selfhosted-ubuntu-arm64) (push) Has been cancelled
test / test-restore-cache (true, ubuntu-latest) (push) Has been cancelled
test / test-restore-cache (true, windows-latest) (push) Has been cancelled
test / test-restore-cache-requirements-txt (push) Has been cancelled
test / test-restore-cache-local (push) Has been cancelled
test / cleanup-tilde-expansion-tests (push) Has been cancelled
test / all-tests-passed (push) Has been cancelled
Update known checksums / build (push) Failing after 11s
|
||
|
|
0c5e2b8115 |
Add pep440 to docs header (#355)
CodeQL / Analyze (TypeScript) (push) Failing after 26s
Release Drafter / ✏️ Draft release (push) Failing after 6s
test / lint (push) Successful in 47s
test / test-default-version (ubuntu-latest) (push) Successful in 19s
test / test-specific-version (0.3) (push) Successful in 21s
test / test-specific-version (0.3.0) (push) Successful in 12s
test / test-specific-version (0.3.2) (push) Successful in 12s
test / test-specific-version (0.3.x) (push) Successful in 21s
test / test-specific-version (>=0.3.0) (push) Successful in 20s
test / test-semver-range (push) Successful in 14s
test / test-pep440-version (push) Successful in 13s
test / test-pyproject-file-version (push) Successful in 4s
test / test-malformed-pyproject-file-fallback (push) Successful in 13s
test / test-uv-file-version (push) Successful in 5s
test / test-checksum (map[checksum:4d9279ad5ca596b1e2d703901d508430eb07564dc4d8837de9e2fca9c90f8ecd os:ubuntu-latest]) (push) Successful in 12s
test / test-with-explicit-token (push) Successful in 13s
test / test-uvx (push) Successful in 12s
test / test-tool-install (ubuntu-latest) (push) Successful in 12s
test / test-python-version (macos-latest) (push) Successful in 28s
test / test-python-version (ubuntu-latest) (push) Successful in 27s
test / test-python-version (windows-latest) (push) Successful in 29s
test / test-musl (push) Failing after 3s
test / test-setup-cache (auto, ubuntu-latest) (push) Successful in 13s
test / test-setup-cache (false, ubuntu-latest) (push) Successful in 13s
test / test-setup-cache (true, ubuntu-latest) (push) Successful in 9m33s
test / test-setup-cache-requirements-txt (push) Successful in 9m29s
test / test-setup-cache-dependency-glob (push) Successful in 9m32s
test / test-no-python-version (push) Successful in 9m41s
test / test-restore-cache-dependency-glob (push) Successful in 9m25s
Update known checksums / build (push) Failing after 9s
test / test-default-version (macos-14) (push) Has been cancelled
test / test-default-version (macos-latest) (push) Has been cancelled
test / test-default-version (windows-latest) (push) Has been cancelled
test / test-checksum (map[checksum:a70cbfbf3bb5c08b2f84963b4f12c94e08fbb2468ba418a3bfe1066fbe9e7218 os:macos-latest]) (push) Has been cancelled
test / test-tool-install (macos-14) (push) Has been cancelled
test / test-tool-install (macos-latest) (push) Has been cancelled
test / test-tool-install (windows-latest) (push) Has been cancelled
test / test-tilde-expansion-tool-dirs (push) Has been cancelled
test / test-setup-cache (auto, selfhosted-ubuntu-arm64) (push) Has been cancelled
test / test-setup-cache (auto, windows-latest) (push) Has been cancelled
test / test-setup-cache (false, selfhosted-ubuntu-arm64) (push) Has been cancelled
test / test-setup-cache (false, windows-latest) (push) Has been cancelled
test / test-setup-cache (true, selfhosted-ubuntu-arm64) (push) Has been cancelled
test / test-setup-cache (true, windows-latest) (push) Has been cancelled
test / test-setup-cache-local (push) Has been cancelled
test / test-tilde-expansion-cache-local-path (push) Has been cancelled
test / test-tilde-expansion-cache-dependency-glob (push) Has been cancelled
test / test-restore-cache (auto, selfhosted-ubuntu-arm64) (push) Has been cancelled
test / test-restore-cache (auto, ubuntu-latest) (push) Has been cancelled
test / test-restore-cache (auto, windows-latest) (push) Has been cancelled
test / test-restore-cache (false, selfhosted-ubuntu-arm64) (push) Has been cancelled
test / test-restore-cache (false, ubuntu-latest) (push) Has been cancelled
test / test-restore-cache (false, windows-latest) (push) Has been cancelled
test / test-restore-cache (true, selfhosted-ubuntu-arm64) (push) Has been cancelled
test / test-restore-cache (true, ubuntu-latest) (push) Has been cancelled
test / test-restore-cache (true, windows-latest) (push) Has been cancelled
test / test-restore-cache-requirements-txt (push) Has been cancelled
test / test-restore-cache-local (push) Has been cancelled
test / cleanup-tilde-expansion-tests (push) Has been cancelled
test / all-tests-passed (push) Has been cancelled
|
||
|
|
794ea9455c |
Add support for pep440 version identifiers (#353)
Fixes: #264 |
||
|
|
224dce1d79 |
Add link to supported glob patterns (#348)
CodeQL / Analyze (TypeScript) (push) Failing after 2m51s
Release Drafter / ✏️ Draft release (push) Failing after 25s
test / lint (push) Successful in 47s
test / test-default-version (ubuntu-latest) (push) Successful in 20s
test / test-specific-version (0.3) (push) Successful in 22s
test / test-specific-version (0.3.0) (push) Successful in 13s
test / test-specific-version (0.3.2) (push) Successful in 12s
test / test-specific-version (0.3.x) (push) Successful in 23s
test / test-specific-version (>=0.3.0) (push) Successful in 21s
test / test-semver-range (push) Successful in 14s
test / test-pyproject-file-version (push) Successful in 5s
test / test-malformed-pyproject-file-fallback (push) Successful in 13s
test / test-uv-file-version (push) Successful in 5s
test / test-checksum (map[checksum:4d9279ad5ca596b1e2d703901d508430eb07564dc4d8837de9e2fca9c90f8ecd os:ubuntu-latest]) (push) Successful in 12s
test / test-with-explicit-token (push) Successful in 13s
test / test-uvx (push) Successful in 13s
test / test-tool-install (ubuntu-latest) (push) Successful in 13s
test / test-python-version (macos-latest) (push) Successful in 29s
test / test-python-version (ubuntu-latest) (push) Successful in 31s
test / test-python-version (windows-latest) (push) Successful in 32s
test / test-musl (push) Failing after 4s
test / test-setup-cache (auto, ubuntu-latest) (push) Successful in 13s
test / test-setup-cache (false, ubuntu-latest) (push) Successful in 14s
test / test-setup-cache (true, ubuntu-latest) (push) Successful in 9m32s
test / test-setup-cache-requirements-txt (push) Successful in 9m32s
test / test-setup-cache-dependency-glob (push) Successful in 9m33s
test / test-no-python-version (push) Successful in 9m40s
test / test-restore-cache-dependency-glob (push) Successful in 9m25s
test / test-default-version (macos-14) (push) Has been cancelled
test / test-default-version (macos-latest) (push) Has been cancelled
test / test-default-version (windows-latest) (push) Has been cancelled
test / test-checksum (map[checksum:a70cbfbf3bb5c08b2f84963b4f12c94e08fbb2468ba418a3bfe1066fbe9e7218 os:macos-latest]) (push) Has been cancelled
test / test-tool-install (macos-14) (push) Has been cancelled
test / test-tool-install (macos-latest) (push) Has been cancelled
test / test-tool-install (windows-latest) (push) Has been cancelled
test / test-tilde-expansion-tool-dirs (push) Has been cancelled
test / test-setup-cache (auto, selfhosted-ubuntu-arm64) (push) Has been cancelled
test / test-setup-cache (auto, windows-latest) (push) Has been cancelled
test / test-setup-cache (false, selfhosted-ubuntu-arm64) (push) Has been cancelled
test / test-setup-cache (false, windows-latest) (push) Has been cancelled
test / test-setup-cache (true, selfhosted-ubuntu-arm64) (push) Has been cancelled
test / test-setup-cache (true, windows-latest) (push) Has been cancelled
test / test-setup-cache-local (push) Has been cancelled
test / test-tilde-expansion-cache-local-path (push) Has been cancelled
test / test-tilde-expansion-cache-dependency-glob (push) Has been cancelled
test / test-restore-cache (auto, selfhosted-ubuntu-arm64) (push) Has been cancelled
test / test-restore-cache (auto, ubuntu-latest) (push) Has been cancelled
test / test-restore-cache (auto, windows-latest) (push) Has been cancelled
test / test-restore-cache (false, selfhosted-ubuntu-arm64) (push) Has been cancelled
test / test-restore-cache (false, ubuntu-latest) (push) Has been cancelled
test / test-restore-cache (false, windows-latest) (push) Has been cancelled
test / test-restore-cache (true, selfhosted-ubuntu-arm64) (push) Has been cancelled
test / test-restore-cache (true, ubuntu-latest) (push) Has been cancelled
test / test-restore-cache (true, windows-latest) (push) Has been cancelled
test / test-restore-cache-requirements-txt (push) Has been cancelled
test / test-restore-cache-local (push) Has been cancelled
test / cleanup-tilde-expansion-tests (push) Has been cancelled
test / all-tests-passed (push) Has been cancelled
Closes: #346 |
||
|
|
22695119d7 |
Add uv-path and uvx-path output (#341)
CodeQL / Analyze (TypeScript) (push) Failing after 26s
Release Drafter / ✏️ Draft release (push) Failing after 9s
test / lint (push) Successful in 1m32s
test / test-default-version (ubuntu-latest) (push) Successful in 27s
test / test-specific-version (0.3) (push) Successful in 41s
test / test-specific-version (0.3.0) (push) Successful in 33s
test / test-specific-version (0.3.2) (push) Successful in 32s
test / test-specific-version (0.3.x) (push) Successful in 54s
test / test-specific-version (>=0.3.0) (push) Successful in 38s
test / test-semver-range (push) Successful in 38s
test / test-pyproject-file-version (push) Successful in 23s
test / test-malformed-pyproject-file-fallback (push) Successful in 33s
test / test-uv-file-version (push) Successful in 20s
test / test-checksum (map[checksum:4d9279ad5ca596b1e2d703901d508430eb07564dc4d8837de9e2fca9c90f8ecd os:ubuntu-latest]) (push) Successful in 31s
test / test-with-explicit-token (push) Successful in 38s
test / test-uvx (push) Successful in 35s
test / test-tool-install (ubuntu-latest) (push) Successful in 42s
test / test-python-version (macos-latest) (push) Successful in 1m30s
test / test-python-version (ubuntu-latest) (push) Successful in 56s
test / test-python-version (windows-latest) (push) Successful in 1m0s
test / test-musl (push) Failing after 14s
test / test-setup-cache (auto, ubuntu-latest) (push) Successful in 33s
test / test-setup-cache (false, ubuntu-latest) (push) Successful in 33s
test / test-setup-cache (true, ubuntu-latest) (push) Successful in 9m41s
test / test-setup-cache-requirements-txt (push) Successful in 9m32s
test / test-setup-cache-dependency-glob (push) Successful in 9m33s
test / test-no-python-version (push) Successful in 9m40s
test / test-restore-cache-dependency-glob (push) Successful in 9m27s
test / test-default-version (macos-14) (push) Has been cancelled
test / test-default-version (macos-latest) (push) Has been cancelled
test / test-default-version (windows-latest) (push) Has been cancelled
test / test-checksum (map[checksum:a70cbfbf3bb5c08b2f84963b4f12c94e08fbb2468ba418a3bfe1066fbe9e7218 os:macos-latest]) (push) Has been cancelled
test / test-tool-install (macos-14) (push) Has been cancelled
test / test-tool-install (macos-latest) (push) Has been cancelled
test / test-tool-install (windows-latest) (push) Has been cancelled
test / test-tilde-expansion-tool-dirs (push) Has been cancelled
test / test-setup-cache (auto, selfhosted-ubuntu-arm64) (push) Has been cancelled
test / test-setup-cache (auto, windows-latest) (push) Has been cancelled
test / test-setup-cache (false, selfhosted-ubuntu-arm64) (push) Has been cancelled
test / test-setup-cache (false, windows-latest) (push) Has been cancelled
test / test-setup-cache (true, selfhosted-ubuntu-arm64) (push) Has been cancelled
test / test-setup-cache (true, windows-latest) (push) Has been cancelled
test / test-setup-cache-local (push) Has been cancelled
test / test-tilde-expansion-cache-local-path (push) Has been cancelled
test / test-tilde-expansion-cache-dependency-glob (push) Has been cancelled
test / test-restore-cache (auto, selfhosted-ubuntu-arm64) (push) Has been cancelled
test / test-restore-cache (auto, ubuntu-latest) (push) Has been cancelled
test / test-restore-cache (auto, windows-latest) (push) Has been cancelled
test / test-restore-cache (false, selfhosted-ubuntu-arm64) (push) Has been cancelled
test / test-restore-cache (false, ubuntu-latest) (push) Has been cancelled
test / test-restore-cache (false, windows-latest) (push) Has been cancelled
test / test-restore-cache (true, selfhosted-ubuntu-arm64) (push) Has been cancelled
test / test-restore-cache (true, ubuntu-latest) (push) Has been cancelled
test / test-restore-cache (true, windows-latest) (push) Has been cancelled
test / test-restore-cache-requirements-txt (push) Has been cancelled
test / test-restore-cache-local (push) Has been cancelled
test / cleanup-tilde-expansion-tests (push) Has been cancelled
test / all-tests-passed (push) Has been cancelled
Update known checksums / build (push) Failing after 11s
Closes: #338 |
||
|
|
1fb7cdfc29 |
Merge workflows and add all-tests-passed (#331)
test / lint (push) Successful in 1m40s
Release Drafter / ✏️ Draft release (push) Failing after 12s
CodeQL / Analyze (TypeScript) (push) Failing after 34s
test / test-default-version (ubuntu-latest) (push) Successful in 20s
test / test-specific-version (0.3) (push) Successful in 30s
test / test-specific-version (0.3.2) (push) Successful in 14s
test / test-specific-version (0.3.0) (push) Successful in 40s
test / test-specific-version (>=0.3.0) (push) Successful in 24s
test / test-specific-version (0.3.x) (push) Successful in 26s
test / test-pyproject-file-version (push) Successful in 10s
test / test-semver-range (push) Successful in 18s
test / test-uv-file-version (push) Successful in 9s
test / test-malformed-pyproject-file-fallback (push) Successful in 19s
test / test-checksum (map[checksum:4d9279ad5ca596b1e2d703901d508430eb07564dc4d8837de9e2fca9c90f8ecd os:ubuntu-latest]) (push) Successful in 17s
test / test-with-explicit-token (push) Successful in 20s
test / test-tool-install (ubuntu-latest) (push) Successful in 20s
test / test-uvx (push) Successful in 28s
test / test-python-version (ubuntu-latest) (push) Successful in 41s
test / test-python-version (macos-latest) (push) Successful in 45s
test / test-musl (push) Failing after 7s
test / test-setup-cache (auto, ubuntu-latest) (push) Successful in 19s
test / test-python-version (windows-latest) (push) Successful in 49s
test / test-setup-cache (false, ubuntu-latest) (push) Successful in 20s
test / test-setup-cache (true, ubuntu-latest) (push) Successful in 38s
test / test-setup-cache-requirements-txt (push) Successful in 57s
test / test-setup-cache-dependency-glob (push) Successful in 41s
test / test-no-python-version (push) Successful in 51s
test / test-restore-cache-dependency-glob (push) Successful in 35s
test / test-default-version (macos-14) (push) Has been cancelled
test / test-default-version (macos-latest) (push) Has been cancelled
test / test-default-version (windows-latest) (push) Has been cancelled
test / test-checksum (map[checksum:a70cbfbf3bb5c08b2f84963b4f12c94e08fbb2468ba418a3bfe1066fbe9e7218 os:macos-latest]) (push) Has been cancelled
test / test-tool-install (macos-14) (push) Has been cancelled
test / test-tool-install (macos-latest) (push) Has been cancelled
test / test-tool-install (windows-latest) (push) Has been cancelled
test / test-tilde-expansion-tool-dirs (push) Has been cancelled
test / test-setup-cache (auto, selfhosted-ubuntu-arm64) (push) Has been cancelled
test / test-setup-cache (auto, windows-latest) (push) Has been cancelled
test / test-setup-cache (false, selfhosted-ubuntu-arm64) (push) Has been cancelled
test / test-setup-cache (false, windows-latest) (push) Has been cancelled
test / test-setup-cache (true, selfhosted-ubuntu-arm64) (push) Has been cancelled
test / test-setup-cache (true, windows-latest) (push) Has been cancelled
test / test-setup-cache-local (push) Has been cancelled
test / test-tilde-expansion-cache-local-path (push) Has been cancelled
test / test-tilde-expansion-cache-dependency-glob (push) Has been cancelled
test / test-restore-cache (auto, selfhosted-ubuntu-arm64) (push) Has been cancelled
test / test-restore-cache (auto, ubuntu-latest) (push) Has been cancelled
test / test-restore-cache (auto, windows-latest) (push) Has been cancelled
test / test-restore-cache (false, selfhosted-ubuntu-arm64) (push) Has been cancelled
test / test-restore-cache (false, ubuntu-latest) (push) Has been cancelled
test / test-restore-cache (false, windows-latest) (push) Has been cancelled
test / test-restore-cache (true, selfhosted-ubuntu-arm64) (push) Has been cancelled
test / test-restore-cache (true, ubuntu-latest) (push) Has been cancelled
test / test-restore-cache (true, windows-latest) (push) Has been cancelled
test / test-restore-cache-requirements-txt (push) Has been cancelled
test / test-restore-cache-local (push) Has been cancelled
test / cleanup-tilde-expansion-tests (push) Has been cancelled
test / all-tests-passed (push) Has been cancelled
Update known checksums / build (push) Failing after 56s
|
||
|
|
72002e8b87 | Fix wrong warning message in FAQ (#337) | ||
|
|
389b596663 | Set required workflow permissions (#329) | ||
|
|
04c950a723 |
Add workflow_dispatch triggers to every workflow (#326)
Allows for easier testing. |
||
|
|
d02c4c2d68 |
Bump dependencies (#324)
test-cache-windows / test-setup-cache (push) Waiting to run
test-cache-windows / test-restore-cache (push) Blocked by required conditions
test-cache / test-setup-cache (auto, selfhosted-ubuntu-arm64) (push) Waiting to run
test-cache / test-setup-cache (false, selfhosted-ubuntu-arm64) (push) Waiting to run
test-cache / test-setup-cache (true, selfhosted-ubuntu-arm64) (push) Waiting to run
test-cache / test-restore-cache (auto, selfhosted-ubuntu-arm64) (push) Blocked by required conditions
test-cache / test-restore-cache (auto, ubuntu-latest) (push) Blocked by required conditions
test-cache / test-restore-cache (false, selfhosted-ubuntu-arm64) (push) Blocked by required conditions
test-cache / test-restore-cache (false, ubuntu-latest) (push) Blocked by required conditions
test-cache / test-restore-cache (true, selfhosted-ubuntu-arm64) (push) Blocked by required conditions
test-cache / test-restore-cache (true, ubuntu-latest) (push) Blocked by required conditions
test-cache / test-restore-cache-requirements-txt (push) Blocked by required conditions
test-cache / test-setup-cache-local (push) Waiting to run
test-cache / test-restore-cache-local (push) Blocked by required conditions
test-cache / test-tilde-expansion-cache-local-path (push) Waiting to run
test-cache / test-tilde-expansion-cache-dependency-glob (push) Waiting to run
test-cache / cleanup-tilde-expansion-tests (push) Blocked by required conditions
test-windows / test-default-version (push) Waiting to run
CodeQL / Analyze (TypeScript) (push) Failing after 38s
Release Drafter / ✏️ Draft release (push) Failing after 12s
Check dist/ / check-dist (push) Successful in 1m11s
test-cache / test-setup-cache (auto, ubuntu-latest) (push) Successful in 24s
test-cache / test-setup-cache (false, ubuntu-latest) (push) Successful in 22s
test-cache / test-setup-cache (true, ubuntu-latest) (push) Successful in 36s
test-cache / test-setup-cache-requirements-txt (push) Successful in 39s
test-cache / test-setup-cache-dependency-glob (push) Successful in 38s
test-cache / test-no-python-version (push) Successful in 58s
test / test-default-version (ubuntu-latest) (push) Successful in 22s
test / build (push) Successful in 1m24s
test / test-specific-version (0.3) (push) Successful in 28s
test / test-specific-version (0.3.0) (push) Successful in 16s
test / test-specific-version (0.3.2) (push) Successful in 20s
test / test-specific-version (>=0.3.0) (push) Successful in 24s
test / test-specific-version (0.3.x) (push) Successful in 28s
test / test-pyproject-file-version (push) Successful in 10s
test / test-semver-range (push) Successful in 21s
test / test-uv-file-version (push) Successful in 11s
test / test-checksum (4d9279ad5ca596b1e2d703901d508430eb07564dc4d8837de9e2fca9c90f8ecd, ubuntu-latest) (push) Successful in 17s
test / test-with-explicit-token (push) Successful in 18s
test / test-uvx (push) Successful in 18s
test / test-tool-install (ubuntu-latest) (push) Successful in 20s
test / test-python-version (macos-latest) (push) Successful in 50s
test / test-python-version (ubuntu-latest) (push) Successful in 51s
test / test-malformed-pyproject-file-fallback (push) Successful in 19s
test / test-musl (push) Failing after 7s
test / test-python-version (windows-latest) (push) Successful in 41s
test-cache / test-restore-cache-dependency-glob (push) Successful in 30s
Update known checksums / build (push) Failing after 25s
test / test-default-version (macos-14) (push) Has been cancelled
test / test-default-version (macos-latest) (push) Has been cancelled
test / test-checksum (a70cbfbf3bb5c08b2f84963b4f12c94e08fbb2468ba418a3bfe1066fbe9e7218, macos-latest) (push) Has been cancelled
test / test-tool-install (macos-14) (push) Has been cancelled
test / test-tool-install (macos-latest) (push) Has been cancelled
test / test-tool-install (windows-latest) (push) Has been cancelled
test / test-tilde-expansion-tool-dirs (push) Has been cancelled
|
||
|
|
a4fd982317 |
Inline action-update-semver (#323)
test-cache-windows / test-setup-cache (push) Waiting to run
test-cache-windows / test-restore-cache (push) Blocked by required conditions
test-cache / test-setup-cache (auto, selfhosted-ubuntu-arm64) (push) Waiting to run
test-cache / test-setup-cache (false, selfhosted-ubuntu-arm64) (push) Waiting to run
test-cache / test-setup-cache (true, selfhosted-ubuntu-arm64) (push) Waiting to run
test-cache / test-restore-cache (auto, selfhosted-ubuntu-arm64) (push) Blocked by required conditions
test-cache / test-restore-cache (auto, ubuntu-latest) (push) Blocked by required conditions
test-cache / test-restore-cache (false, selfhosted-ubuntu-arm64) (push) Blocked by required conditions
test-cache / test-restore-cache (false, ubuntu-latest) (push) Blocked by required conditions
test-cache / test-restore-cache (true, selfhosted-ubuntu-arm64) (push) Blocked by required conditions
test-cache / test-restore-cache (true, ubuntu-latest) (push) Blocked by required conditions
test-cache / test-restore-cache-requirements-txt (push) Blocked by required conditions
test-cache / test-setup-cache-local (push) Waiting to run
test-cache / test-restore-cache-local (push) Blocked by required conditions
test-cache / test-tilde-expansion-cache-local-path (push) Waiting to run
test-cache / test-tilde-expansion-cache-dependency-glob (push) Waiting to run
test-cache / cleanup-tilde-expansion-tests (push) Blocked by required conditions
test-windows / test-default-version (push) Waiting to run
CodeQL / Analyze (TypeScript) (push) Failing after 35s
Release Drafter / ✏️ Draft release (push) Failing after 9s
test-cache / test-setup-cache (auto, ubuntu-latest) (push) Successful in 19s
test-cache / test-setup-cache (false, ubuntu-latest) (push) Successful in 16s
Check dist/ / check-dist (push) Successful in 1m32s
test-cache / test-setup-cache (true, ubuntu-latest) (push) Successful in 39s
test-cache / test-setup-cache-requirements-txt (push) Successful in 38s
test-cache / test-setup-cache-dependency-glob (push) Successful in 37s
test-cache / test-no-python-version (push) Successful in 51s
test / test-default-version (ubuntu-latest) (push) Successful in 15s
test / build (push) Successful in 1m6s
test / test-specific-version (0.3) (push) Successful in 28s
test / test-specific-version (0.3.0) (push) Successful in 17s
test / test-specific-version (0.3.2) (push) Successful in 18s
test / test-specific-version (0.3.x) (push) Successful in 26s
test / test-specific-version (>=0.3.0) (push) Successful in 24s
test / test-pyproject-file-version (push) Successful in 8s
test / test-uv-file-version (push) Successful in 8s
test / test-semver-range (push) Successful in 19s
test / test-checksum (4d9279ad5ca596b1e2d703901d508430eb07564dc4d8837de9e2fca9c90f8ecd, ubuntu-latest) (push) Successful in 14s
test / test-with-explicit-token (push) Successful in 20s
test / test-uvx (push) Successful in 18s
test / test-tool-install (ubuntu-latest) (push) Successful in 29s
test / test-python-version (macos-latest) (push) Successful in 56s
test / test-python-version (ubuntu-latest) (push) Successful in 45s
test / test-malformed-pyproject-file-fallback (push) Successful in 19s
test / test-musl (push) Failing after 8s
test / test-python-version (windows-latest) (push) Successful in 43s
test-cache / test-restore-cache-dependency-glob (push) Successful in 34s
Update known checksums / build (push) Failing after 12s
test / test-default-version (macos-14) (push) Has been cancelled
test / test-default-version (macos-latest) (push) Has been cancelled
test / test-checksum (a70cbfbf3bb5c08b2f84963b4f12c94e08fbb2468ba418a3bfe1066fbe9e7218, macos-latest) (push) Has been cancelled
test / test-tool-install (macos-14) (push) Has been cancelled
test / test-tool-install (macos-latest) (push) Has been cancelled
test / test-tool-install (windows-latest) (push) Has been cancelled
test / test-tilde-expansion-tool-dirs (push) Has been cancelled
What the action does is easily inlined. This reduces the attack surface of this repo. |
||
|
|
a05a582c56 |
Warn when the workdir is empty (#322)
Closes: #306 |
||
|
|
0e855c90d0 |
Remove apk add python3 for musl test (#319)
CodeQL / Analyze (TypeScript) (push) Failing after 25s
Release Drafter / ✏️ Draft release (push) Failing after 9s
Check dist/ / check-dist (push) Successful in 46s
test-cache / test-setup-cache (auto, ubuntu-latest) (push) Successful in 41s
test-cache / test-setup-cache (false, ubuntu-latest) (push) Successful in 40s
test-cache / test-setup-cache (true, ubuntu-latest) (push) Successful in 59s
test-cache / test-setup-cache-requirements-txt (push) Successful in 55s
test-cache / test-setup-cache-dependency-glob (push) Successful in 51s
test-cache / test-no-python-version (push) Successful in 1m8s
test / test-default-version (ubuntu-latest) (push) Successful in 33s
test / build (push) Successful in 1m23s
test / test-specific-version (0.3) (push) Successful in 52s
test / test-specific-version (0.3.0) (push) Successful in 33s
test / test-specific-version (0.3.2) (push) Successful in 34s
test / test-specific-version (0.3.x) (push) Successful in 49s
test / test-specific-version (>=0.3.0) (push) Successful in 45s
test / test-semver-range (push) Successful in 39s
test / test-pyproject-file-version (push) Successful in 29s
test / test-uv-file-version (push) Successful in 34s
test / test-checksum (4d9279ad5ca596b1e2d703901d508430eb07564dc4d8837de9e2fca9c90f8ecd, ubuntu-latest) (push) Successful in 33s
test / test-with-explicit-token (push) Successful in 44s
test / test-uvx (push) Successful in 34s
test / test-tool-install (ubuntu-latest) (push) Successful in 48s
test / test-python-version (macos-latest) (push) Successful in 1m2s
test / test-python-version (ubuntu-latest) (push) Successful in 1m4s
test / test-python-version (windows-latest) (push) Successful in 57s
test / test-musl (push) Failing after 20s
test / test-malformed-pyproject-file-fallback (push) Successful in 43s
test-cache / test-restore-cache-dependency-glob (push) Successful in 48s
test-cache-windows / test-setup-cache (push) Has been cancelled
test-cache / test-setup-cache (auto, selfhosted-ubuntu-arm64) (push) Has been cancelled
test-cache / test-setup-cache (false, selfhosted-ubuntu-arm64) (push) Has been cancelled
test-cache / test-setup-cache (true, selfhosted-ubuntu-arm64) (push) Has been cancelled
test-cache / test-setup-cache-local (push) Has been cancelled
test-cache / test-tilde-expansion-cache-local-path (push) Has been cancelled
test-cache / test-tilde-expansion-cache-dependency-glob (push) Has been cancelled
test-windows / test-default-version (push) Has been cancelled
test / test-default-version (macos-14) (push) Has been cancelled
test / test-default-version (macos-latest) (push) Has been cancelled
test / test-checksum (a70cbfbf3bb5c08b2f84963b4f12c94e08fbb2468ba418a3bfe1066fbe9e7218, macos-latest) (push) Has been cancelled
test / test-tool-install (macos-14) (push) Has been cancelled
test / test-tool-install (macos-latest) (push) Has been cancelled
test / test-tool-install (windows-latest) (push) Has been cancelled
test / test-tilde-expansion-tool-dirs (push) Has been cancelled
test-cache-windows / test-restore-cache (push) Has been cancelled
test-cache / test-restore-cache (auto, selfhosted-ubuntu-arm64) (push) Has been cancelled
test-cache / test-restore-cache (auto, ubuntu-latest) (push) Has been cancelled
test-cache / test-restore-cache (false, selfhosted-ubuntu-arm64) (push) Has been cancelled
test-cache / test-restore-cache (false, ubuntu-latest) (push) Has been cancelled
test-cache / test-restore-cache (true, selfhosted-ubuntu-arm64) (push) Has been cancelled
test-cache / test-restore-cache (true, ubuntu-latest) (push) Has been cancelled
test-cache / test-restore-cache-requirements-txt (push) Has been cancelled
test-cache / test-restore-cache-local (push) Has been cancelled
test-cache / cleanup-tilde-expansion-tests (push) Has been cancelled
Update known checksums / build (push) Failing after 14s
|
||
|
|
f94ec6bedd |
bump dependencies (#308)
Release Drafter / ✏️ Draft release (push) Failing after 11s
test-cache / test-setup-cache (auto, ubuntu-latest) (push) Successful in 40s
test-cache / test-setup-cache-requirements-txt (push) Failing after 7s
test-cache / test-setup-cache-dependency-glob (push) Failing after 6s
test-cache / test-setup-cache (false, ubuntu-latest) (push) Successful in 39s
test-cache / test-restore-cache-dependency-glob (push) Has been skipped
Check dist/ / check-dist (push) Failing after 1m52s
test / build (push) Failing after 11s
test / test-default-version (ubuntu-latest) (push) Failing after 5s
test / test-specific-version (0.3) (push) Failing after 4s
test-cache / test-setup-cache (true, ubuntu-latest) (push) Successful in 59s
test / test-specific-version (0.3.0) (push) Failing after 4s
test / test-specific-version (0.3.2) (push) Failing after 5s
test / test-specific-version (0.3.x) (push) Failing after 5s
test / test-semver-range (push) Failing after 5s
test / test-pyproject-file-version (push) Failing after 5s
test / test-uv-file-version (push) Failing after 5s
test / test-checksum (4d9279ad5ca596b1e2d703901d508430eb07564dc4d8837de9e2fca9c90f8ecd, ubuntu-latest) (push) Failing after 4s
test / test-with-explicit-token (push) Failing after 5s
test / test-uvx (push) Failing after 5s
test / test-tool-install (ubuntu-latest) (push) Failing after 4s
test / test-python-version (macos-latest) (push) Failing after 4s
test-cache / test-no-python-version (push) Successful in 1m14s
test / test-python-version (ubuntu-latest) (push) Failing after 3s
test / test-python-version (windows-latest) (push) Failing after 5s
test / test-musl (push) Failing after 1s
test / test-specific-version (>=0.3.0) (push) Successful in 46s
test / test-malformed-pyproject-file-fallback (push) Successful in 29s
test-cache-windows / test-setup-cache (push) Has been cancelled
test-cache / test-setup-cache (auto, selfhosted-ubuntu-arm64) (push) Has been cancelled
test-cache / test-setup-cache (false, selfhosted-ubuntu-arm64) (push) Has been cancelled
test-cache / test-setup-cache (true, selfhosted-ubuntu-arm64) (push) Has been cancelled
test-cache / test-setup-cache-local (push) Has been cancelled
test-cache / test-tilde-expansion-cache-local-path (push) Has been cancelled
test-cache / test-tilde-expansion-cache-dependency-glob (push) Has been cancelled
test-windows / test-default-version (push) Has been cancelled
test / test-default-version (macos-14) (push) Has been cancelled
test / test-default-version (macos-latest) (push) Has been cancelled
test / test-checksum (a70cbfbf3bb5c08b2f84963b4f12c94e08fbb2468ba418a3bfe1066fbe9e7218, macos-latest) (push) Has been cancelled
test / test-tool-install (macos-14) (push) Has been cancelled
test / test-tool-install (macos-latest) (push) Has been cancelled
test / test-tool-install (windows-latest) (push) Has been cancelled
test / test-tilde-expansion-tool-dirs (push) Has been cancelled
test-cache-windows / test-restore-cache (push) Has been cancelled
test-cache / test-restore-cache (auto, selfhosted-ubuntu-arm64) (push) Has been cancelled
test-cache / test-restore-cache (auto, ubuntu-latest) (push) Has been cancelled
test-cache / test-restore-cache (false, selfhosted-ubuntu-arm64) (push) Has been cancelled
test-cache / test-restore-cache (false, ubuntu-latest) (push) Has been cancelled
test-cache / test-restore-cache (true, selfhosted-ubuntu-arm64) (push) Has been cancelled
test-cache / test-restore-cache (true, ubuntu-latest) (push) Has been cancelled
test-cache / test-restore-cache-requirements-txt (push) Has been cancelled
test-cache / test-restore-cache-local (push) Has been cancelled
test-cache / cleanup-tilde-expansion-tests (push) Has been cancelled
CodeQL / Analyze (TypeScript) (push) Failing after 37s
Update known checksums / build (push) Failing after 18s
|
||
|
|
0313224678 |
Always fall back to anonymous download (#304)
Closes: #268 Closes: #305 |
||
|
|
1edb52594c |
Add more debug logs (#297)
Release Drafter / ✏️ Draft release (push) Failing after 13s
test-cache / test-setup-cache (false, ubuntu-latest) (push) Successful in 59s
test-cache / test-setup-cache (true, ubuntu-latest) (push) Successful in 45s
CodeQL / Analyze (TypeScript) (push) Failing after 2m21s
test-cache / test-setup-cache-dependency-glob (push) Failing after 4s
test-cache / test-restore-cache-dependency-glob (push) Has been skipped
test-cache / test-no-python-version (push) Failing after 6s
Check dist/ / check-dist (push) Successful in 2m37s
test / test-default-version (ubuntu-latest) (push) Failing after 6s
test / test-specific-version (0.3) (push) Failing after 4s
test-cache / test-setup-cache-requirements-txt (push) Successful in 49s
test / test-specific-version (0.3.0) (push) Failing after 5s
test / test-specific-version (0.3.x) (push) Failing after 4s
test / test-specific-version (>=0.3.0) (push) Failing after 3s
test / test-semver-range (push) Failing after 4s
test / test-pyproject-file-version (push) Failing after 3s
test / test-uv-file-version (push) Failing after 4s
test / test-checksum (4d9279ad5ca596b1e2d703901d508430eb07564dc4d8837de9e2fca9c90f8ecd, ubuntu-latest) (push) Failing after 3s
test / test-with-explicit-token (push) Failing after 4s
test / test-specific-version (0.3.2) (push) Successful in 46s
test / test-uvx (push) Failing after 5s
test / test-python-version (macos-latest) (push) Failing after 5s
test / test-python-version (ubuntu-latest) (push) Failing after 3s
test / test-python-version (windows-latest) (push) Failing after 4s
test / test-malformed-pyproject-file-fallback (push) Failing after 4s
test / test-musl (push) Failing after 6s
test / test-tool-install (ubuntu-latest) (push) Successful in 1m4s
test / build (push) Successful in 3m19s
test-cache / test-setup-cache (auto, ubuntu-latest) (push) Failing after 6m47s
test-cache-windows / test-setup-cache (push) Has been cancelled
test-cache / test-setup-cache (auto, selfhosted-ubuntu-arm64) (push) Has been cancelled
test-cache / test-setup-cache (false, selfhosted-ubuntu-arm64) (push) Has been cancelled
test-cache / test-setup-cache (true, selfhosted-ubuntu-arm64) (push) Has been cancelled
test-cache / test-setup-cache-local (push) Has been cancelled
test-cache / test-tilde-expansion-cache-local-path (push) Has been cancelled
test-cache / test-tilde-expansion-cache-dependency-glob (push) Has been cancelled
test-windows / test-default-version (push) Has been cancelled
test / test-default-version (macos-14) (push) Has been cancelled
test / test-default-version (macos-latest) (push) Has been cancelled
test / test-checksum (a70cbfbf3bb5c08b2f84963b4f12c94e08fbb2468ba418a3bfe1066fbe9e7218, macos-latest) (push) Has been cancelled
test / test-tool-install (macos-14) (push) Has been cancelled
test / test-tool-install (macos-latest) (push) Has been cancelled
test / test-tool-install (windows-latest) (push) Has been cancelled
test / test-tilde-expansion-tool-dirs (push) Has been cancelled
test-cache-windows / test-restore-cache (push) Has been cancelled
test-cache / test-restore-cache (auto, selfhosted-ubuntu-arm64) (push) Has been cancelled
test-cache / test-restore-cache (auto, ubuntu-latest) (push) Has been cancelled
test-cache / test-restore-cache (false, selfhosted-ubuntu-arm64) (push) Has been cancelled
test-cache / test-restore-cache (false, ubuntu-latest) (push) Has been cancelled
test-cache / test-restore-cache (true, selfhosted-ubuntu-arm64) (push) Has been cancelled
test-cache / test-restore-cache (true, ubuntu-latest) (push) Has been cancelled
test-cache / test-restore-cache-requirements-txt (push) Has been cancelled
test-cache / test-restore-cache-local (push) Has been cancelled
test-cache / cleanup-tilde-expansion-tests (push) Has been cancelled
Update known checksums / build (push) Failing after 13s
|
||
|
|
a4fbf7b827 |
Add FAQ on resolution strategy and cache not found warnings (#296)
Fixes: #294 |
||
|
|
e2e9087257 |
Support OS using musl (#284)
test-cache-windows / test-setup-cache (push) Waiting to run
test-cache-windows / test-restore-cache (push) Blocked by required conditions
Release Drafter / ✏️ Draft release (push) Failing after 12s
test-windows / test-default-version (push) Waiting to run
test-cache / test-setup-cache (auto, ubuntu-latest) (push) Successful in 29s
test-cache / test-setup-cache (false, ubuntu-latest) (push) Failing after 31s
test-cache / test-setup-cache (true, ubuntu-latest) (push) Successful in 41s
test-cache / test-setup-cache-requirements-txt (push) Failing after 31s
Check dist/ / check-dist (push) Successful in 1m36s
test-cache / test-no-python-version (push) Failing after 30s
test-cache / test-setup-cache-dependency-glob (push) Successful in 51s
test / test-default-version (ubuntu-latest) (push) Failing after 31s
test / test-specific-version (0.3) (push) Successful in 49s
test / test-specific-version (0.3.0) (push) Failing after 30s
test / build (push) Successful in 1m29s
test / test-specific-version (0.3.2) (push) Failing after 30s
test / test-semver-range (push) Failing after 4s
test / test-specific-version (>=0.3.0) (push) Successful in 39s
test / test-specific-version (0.3.x) (push) Successful in 44s
test / test-pyproject-file-version (push) Failing after 4s
test / test-with-explicit-token (push) Failing after 3s
test / test-uvx (push) Failing after 3s
test / test-tool-install (ubuntu-latest) (push) Failing after 4s
test / test-python-version (macos-latest) (push) Failing after 5s
test / test-uv-file-version (push) Successful in 30s
test / test-python-version (ubuntu-latest) (push) Failing after 5s
test / test-malformed-pyproject-file-fallback (push) Failing after 4s
test / test-checksum (4d9279ad5ca596b1e2d703901d508430eb07564dc4d8837de9e2fca9c90f8ecd, ubuntu-latest) (push) Successful in 48s
test / test-musl (push) Failing after 0s
test-cache / test-restore-cache-dependency-glob (push) Failing after 5s
test / test-python-version (windows-latest) (push) Successful in 1m17s
CodeQL / Analyze (TypeScript) (push) Failing after 5m54s
Update known checksums / build (push) Failing after 21s
test-cache / test-setup-cache (auto, selfhosted-ubuntu-arm64) (push) Has been cancelled
test-cache / test-setup-cache (false, selfhosted-ubuntu-arm64) (push) Has been cancelled
test-cache / test-setup-cache (true, selfhosted-ubuntu-arm64) (push) Has been cancelled
test-cache / test-setup-cache-local (push) Has been cancelled
test-cache / test-tilde-expansion-cache-local-path (push) Has been cancelled
test-cache / test-tilde-expansion-cache-dependency-glob (push) Has been cancelled
test / test-default-version (macos-14) (push) Has been cancelled
test / test-default-version (macos-latest) (push) Has been cancelled
test / test-checksum (a70cbfbf3bb5c08b2f84963b4f12c94e08fbb2468ba418a3bfe1066fbe9e7218, macos-latest) (push) Has been cancelled
test / test-tool-install (macos-14) (push) Has been cancelled
test / test-tool-install (macos-latest) (push) Has been cancelled
test / test-tool-install (windows-latest) (push) Has been cancelled
test / test-tilde-expansion-tool-dirs (push) Has been cancelled
test-cache / test-restore-cache (auto, selfhosted-ubuntu-arm64) (push) Has been cancelled
test-cache / test-restore-cache (auto, ubuntu-latest) (push) Has been cancelled
test-cache / test-restore-cache (false, selfhosted-ubuntu-arm64) (push) Has been cancelled
test-cache / test-restore-cache (false, ubuntu-latest) (push) Has been cancelled
test-cache / test-restore-cache (true, selfhosted-ubuntu-arm64) (push) Has been cancelled
test-cache / test-restore-cache (true, ubuntu-latest) (push) Has been cancelled
test-cache / test-restore-cache-requirements-txt (push) Has been cancelled
test-cache / test-restore-cache-local (push) Has been cancelled
test-cache / cleanup-tilde-expansion-tests (push) Has been cancelled
Fixes: #278 |
||
|
|
f95cd8710c |
Run update-known-checksums every night (#273)
Check dist/ / check-dist (push) Failing after 11s
Release Drafter / ✏️ Draft release (push) Failing after 11s
test-cache / test-setup-cache (auto, ubuntu-latest) (push) Failing after 4s
test-cache / test-setup-cache (true, ubuntu-latest) (push) Failing after 6s
test-cache / test-setup-cache-dependency-glob (push) Failing after 5s
test-cache / test-restore-cache-dependency-glob (push) Has been skipped
test-cache / test-no-python-version (push) Failing after 4s
test-cache / test-setup-cache (false, ubuntu-latest) (push) Successful in 29s
test / build (push) Failing after 7s
test / test-specific-version (0.3) (push) Failing after 4s
test / test-specific-version (0.3.0) (push) Failing after 5s
test-cache / test-setup-cache-requirements-txt (push) Successful in 39s
test / test-default-version (ubuntu-latest) (push) Successful in 20s
test / test-specific-version (0.3.2) (push) Failing after 4s
test / test-semver-range (push) Failing after 5s
test / test-pyproject-file-version (push) Failing after 4s
test / test-uv-file-version (push) Failing after 4s
test / test-checksum (4d9279ad5ca596b1e2d703901d508430eb07564dc4d8837de9e2fca9c90f8ecd, ubuntu-latest) (push) Failing after 4s
test / test-with-explicit-token (push) Failing after 4s
test / test-uvx (push) Failing after 4s
test / test-tool-install (ubuntu-latest) (push) Failing after 4s
test / test-specific-version (0.3.x) (push) Successful in 45s
test / test-python-version (ubuntu-latest) (push) Failing after 4s
test / test-specific-version (>=0.3.0) (push) Successful in 51s
test / test-python-version (windows-latest) (push) Failing after 4s
test / test-malformed-pyproject-file-fallback (push) Successful in 40s
test / test-python-version (macos-latest) (push) Successful in 1m0s
test-cache-windows / test-setup-cache (push) Has been cancelled
test-cache / test-setup-cache (auto, selfhosted-ubuntu-arm64) (push) Has been cancelled
test-cache / test-setup-cache (false, selfhosted-ubuntu-arm64) (push) Has been cancelled
test-cache / test-setup-cache (true, selfhosted-ubuntu-arm64) (push) Has been cancelled
test-cache / test-setup-cache-local (push) Has been cancelled
test-cache / test-tilde-expansion-cache-local-path (push) Has been cancelled
test-cache / test-tilde-expansion-cache-dependency-glob (push) Has been cancelled
test-windows / test-default-version (push) Has been cancelled
test / test-default-version (macos-14) (push) Has been cancelled
test / test-default-version (macos-latest) (push) Has been cancelled
test / test-checksum (a70cbfbf3bb5c08b2f84963b4f12c94e08fbb2468ba418a3bfe1066fbe9e7218, macos-latest) (push) Has been cancelled
test / test-tool-install (macos-14) (push) Has been cancelled
test / test-tool-install (macos-latest) (push) Has been cancelled
test / test-tool-install (windows-latest) (push) Has been cancelled
test / test-tilde-expansion-tool-dirs (push) Has been cancelled
test-cache-windows / test-restore-cache (push) Has been cancelled
test-cache / test-restore-cache (auto, selfhosted-ubuntu-arm64) (push) Has been cancelled
test-cache / test-restore-cache (auto, ubuntu-latest) (push) Has been cancelled
test-cache / test-restore-cache (false, selfhosted-ubuntu-arm64) (push) Has been cancelled
test-cache / test-restore-cache (false, ubuntu-latest) (push) Has been cancelled
test-cache / test-restore-cache (true, selfhosted-ubuntu-arm64) (push) Has been cancelled
test-cache / test-restore-cache (true, ubuntu-latest) (push) Has been cancelled
test-cache / test-restore-cache-requirements-txt (push) Has been cancelled
test-cache / test-restore-cache-local (push) Has been cancelled
test-cache / cleanup-tilde-expansion-tests (push) Has been cancelled
CodeQL / Analyze (TypeScript) (push) Failing after 32s
Update known checksums / build (push) Failing after 12s
|
||
|
|
4db96194c3 |
Do not expect GITHUB_TOKEN to be set or valid (#262)
Check dist/ / check-dist (push) Failing after 11s
Release Drafter / ✏️ Draft release (push) Failing after 10s
test-cache / test-setup-cache (auto, ubuntu-latest) (push) Failing after 5s
CodeQL / Analyze (TypeScript) (push) Failing after 31s
test-cache / test-setup-cache (false, ubuntu-latest) (push) Successful in 23s
test-cache / test-setup-cache-requirements-txt (push) Successful in 37s
test-cache / test-setup-cache-dependency-glob (push) Successful in 36s
test-cache / test-setup-cache (true, ubuntu-latest) (push) Failing after 54s
test / test-default-version (ubuntu-latest) (push) Failing after 31s
test-cache / test-no-python-version (push) Successful in 55s
test / test-specific-version (0.3) (push) Failing after 31s
test / build (push) Successful in 1m18s
test / test-specific-version (0.3.0) (push) Successful in 30s
test / test-specific-version (0.3.2) (push) Failing after 30s
test / test-specific-version (>=0.3.0) (push) Successful in 41s
test / test-specific-version (0.3.x) (push) Successful in 48s
test / test-semver-range (push) Failing after 31s
test / test-pyproject-file-version (push) Successful in 34s
test / test-uv-file-version (push) Successful in 34s
test / test-checksum (4d9279ad5ca596b1e2d703901d508430eb07564dc4d8837de9e2fca9c90f8ecd, ubuntu-latest) (push) Failing after 30s
test / test-tool-install (ubuntu-latest) (push) Failing after 31s
test / test-with-explicit-token (push) Successful in 36s
test / test-uvx (push) Successful in 39s
test / test-python-version (macos-latest) (push) Failing after 32s
test / test-malformed-pyproject-file-fallback (push) Failing after 31s
test / test-python-version (ubuntu-latest) (push) Successful in 1m6s
test / test-python-version (windows-latest) (push) Successful in 1m1s
test-cache / test-restore-cache-dependency-glob (push) Successful in 49s
test-cache-windows / test-setup-cache (push) Has been cancelled
test-cache / test-setup-cache (auto, selfhosted-ubuntu-arm64) (push) Has been cancelled
test-cache / test-setup-cache (false, selfhosted-ubuntu-arm64) (push) Has been cancelled
test-cache / test-setup-cache (true, selfhosted-ubuntu-arm64) (push) Has been cancelled
test-cache / test-setup-cache-local (push) Has been cancelled
test-cache / test-tilde-expansion-cache-local-path (push) Has been cancelled
test-cache / test-tilde-expansion-cache-dependency-glob (push) Has been cancelled
test-windows / test-default-version (push) Has been cancelled
test / test-default-version (macos-14) (push) Has been cancelled
test / test-default-version (macos-latest) (push) Has been cancelled
test / test-checksum (a70cbfbf3bb5c08b2f84963b4f12c94e08fbb2468ba418a3bfe1066fbe9e7218, macos-latest) (push) Has been cancelled
test / test-tool-install (macos-14) (push) Has been cancelled
test / test-tool-install (macos-latest) (push) Has been cancelled
test / test-tool-install (windows-latest) (push) Has been cancelled
test / test-tilde-expansion-tool-dirs (push) Has been cancelled
test-cache-windows / test-restore-cache (push) Has been cancelled
test-cache / test-restore-cache (auto, selfhosted-ubuntu-arm64) (push) Has been cancelled
test-cache / test-restore-cache (auto, ubuntu-latest) (push) Has been cancelled
test-cache / test-restore-cache (false, selfhosted-ubuntu-arm64) (push) Has been cancelled
test-cache / test-restore-cache (false, ubuntu-latest) (push) Has been cancelled
test-cache / test-restore-cache (true, selfhosted-ubuntu-arm64) (push) Has been cancelled
test-cache / test-restore-cache (true, ubuntu-latest) (push) Has been cancelled
test-cache / test-restore-cache-requirements-txt (push) Has been cancelled
test-cache / test-restore-cache-local (push) Has been cancelled
test-cache / cleanup-tilde-expansion-tests (push) Has been cancelled
This fixes issues with GHES Fixes: #221 |
||
|
|
1c21f62d98 |
Fix TOC (#257)
test-cache-windows / test-setup-cache (push) Waiting to run
test-cache-windows / test-restore-cache (push) Blocked by required conditions
test-windows / test-default-version (push) Waiting to run
CodeQL / Analyze (TypeScript) (push) Failing after 34s
test-cache / test-setup-cache (auto, ubuntu-latest) (push) Failing after 10s
Check dist/ / check-dist (push) Successful in 49s
test-cache / test-setup-cache (false, ubuntu-latest) (push) Failing after 10s
test-cache / test-setup-cache (true, ubuntu-latest) (push) Failing after 10s
test-cache / test-setup-cache-requirements-txt (push) Failing after 18s
test-cache / test-setup-cache-dependency-glob (push) Failing after 17s
test-cache / test-restore-cache-dependency-glob (push) Has been skipped
test-cache / test-no-python-version (push) Failing after 30s
test / test-default-version (ubuntu-latest) (push) Failing after 16s
test / test-specific-version (0.3) (push) Failing after 26s
test / build (push) Successful in 1m18s
Release Drafter / ✏️ Draft release (push) Failing after 2m45s
test / test-specific-version (0.3.x) (push) Failing after 4s
test / test-specific-version (>=0.3.0) (push) Failing after 4s
test / test-semver-range (push) Failing after 3s
test / test-pyproject-file-version (push) Failing after 3s
test / test-specific-version (0.3.0) (push) Successful in 30s
test / test-checksum (4d9279ad5ca596b1e2d703901d508430eb07564dc4d8837de9e2fca9c90f8ecd, ubuntu-latest) (push) Failing after 4s
test / test-specific-version (0.3.2) (push) Successful in 40s
test / test-with-explicit-token (push) Failing after 4s
test / test-tool-install (ubuntu-latest) (push) Failing after 4s
test / test-python-version (macos-latest) (push) Failing after 4s
test / test-python-version (ubuntu-latest) (push) Failing after 3s
test / test-uv-file-version (push) Successful in 34s
test / test-python-version (windows-latest) (push) Failing after 4s
test / test-uvx (push) Failing after 27s
test / test-malformed-pyproject-file-fallback (push) Failing after 55s
test-cache / test-setup-cache (auto, selfhosted-ubuntu-arm64) (push) Has been cancelled
test-cache / test-setup-cache (false, selfhosted-ubuntu-arm64) (push) Has been cancelled
test-cache / test-setup-cache (true, selfhosted-ubuntu-arm64) (push) Has been cancelled
test-cache / test-setup-cache-local (push) Has been cancelled
test-cache / test-tilde-expansion-cache-local-path (push) Has been cancelled
test-cache / test-tilde-expansion-cache-dependency-glob (push) Has been cancelled
test / test-default-version (macos-14) (push) Has been cancelled
test / test-default-version (macos-latest) (push) Has been cancelled
test / test-checksum (a70cbfbf3bb5c08b2f84963b4f12c94e08fbb2468ba418a3bfe1066fbe9e7218, macos-latest) (push) Has been cancelled
test / test-tool-install (macos-14) (push) Has been cancelled
test / test-tool-install (macos-latest) (push) Has been cancelled
test / test-tool-install (windows-latest) (push) Has been cancelled
test / test-tilde-expansion-tool-dirs (push) Has been cancelled
test-cache / test-restore-cache (auto, selfhosted-ubuntu-arm64) (push) Has been cancelled
test-cache / test-restore-cache (auto, ubuntu-latest) (push) Has been cancelled
test-cache / test-restore-cache (false, selfhosted-ubuntu-arm64) (push) Has been cancelled
test-cache / test-restore-cache (false, ubuntu-latest) (push) Has been cancelled
test-cache / test-restore-cache (true, selfhosted-ubuntu-arm64) (push) Has been cancelled
test-cache / test-restore-cache (true, ubuntu-latest) (push) Has been cancelled
test-cache / test-restore-cache-requirements-txt (push) Has been cancelled
test-cache / test-restore-cache-local (push) Has been cancelled
test-cache / cleanup-tilde-expansion-tests (push) Has been cancelled
|
||
|
|
14dc0be27c | Fallback if toml file parsing failed (#246) | ||
|
|
b5f58b2abc |
Support toml spec 1.0.0 (#245)
iarna/toml is unmaintained. Replaced by smol-toml which is maintained and has the same api Fixes: #242 |
||
|
|
4e3dbecc19 |
Add venv/bin as absolute path to PATH (#241)
test-cache-windows / test-setup-cache (push) Waiting to run
test-cache-windows / test-restore-cache (push) Blocked by required conditions
test-cache / test-setup-cache (auto, selfhosted-ubuntu-arm64) (push) Waiting to run
test-cache / test-setup-cache (false, selfhosted-ubuntu-arm64) (push) Waiting to run
test-cache / test-setup-cache (true, selfhosted-ubuntu-arm64) (push) Waiting to run
test-cache / test-restore-cache (auto, selfhosted-ubuntu-arm64) (push) Blocked by required conditions
test-cache / test-restore-cache (auto, ubuntu-latest) (push) Blocked by required conditions
test-cache / test-restore-cache (false, selfhosted-ubuntu-arm64) (push) Blocked by required conditions
test-cache / test-restore-cache (false, ubuntu-latest) (push) Blocked by required conditions
test-cache / test-restore-cache (true, selfhosted-ubuntu-arm64) (push) Blocked by required conditions
test-cache / test-restore-cache (true, ubuntu-latest) (push) Blocked by required conditions
test-cache / test-restore-cache-requirements-txt (push) Blocked by required conditions
test-cache / test-setup-cache-local (push) Waiting to run
test-cache / test-restore-cache-local (push) Blocked by required conditions
test-cache / test-tilde-expansion-cache-local-path (push) Waiting to run
test-cache / test-tilde-expansion-cache-dependency-glob (push) Waiting to run
test-cache / cleanup-tilde-expansion-tests (push) Blocked by required conditions
test-windows / test-default-version (push) Waiting to run
test / test-default-version (macos-14) (push) Waiting to run
test / test-default-version (macos-latest) (push) Waiting to run
test / test-checksum (a70cbfbf3bb5c08b2f84963b4f12c94e08fbb2468ba418a3bfe1066fbe9e7218, macos-latest) (push) Waiting to run
test / test-tool-install (macos-14) (push) Waiting to run
test / test-tool-install (macos-latest) (push) Waiting to run
test / test-tool-install (windows-latest) (push) Waiting to run
test / test-tilde-expansion-tool-dirs (push) Waiting to run
CodeQL / Analyze (TypeScript) (push) Failing after 29s
Release Drafter / ✏️ Draft release (push) Failing after 9s
Check dist/ / check-dist (push) Successful in 45s
test-cache / test-setup-cache (auto, ubuntu-latest) (push) Failing after 9s
test-cache / test-setup-cache (false, ubuntu-latest) (push) Failing after 10s
test-cache / test-setup-cache (true, ubuntu-latest) (push) Failing after 9s
test-cache / test-setup-cache-requirements-txt (push) Failing after 23s
test-cache / test-setup-cache-dependency-glob (push) Failing after 19s
test-cache / test-restore-cache-dependency-glob (push) Has been skipped
test-cache / test-no-python-version (push) Failing after 30s
test / test-default-version (ubuntu-latest) (push) Failing after 21s
test / build (push) Successful in 1m14s
test / test-specific-version (0.3) (push) Failing after 21s
test / test-specific-version (0.3.2) (push) Successful in 37s
test / test-specific-version (0.3.0) (push) Successful in 37s
test / test-specific-version (>=0.3.0) (push) Failing after 26s
test / test-specific-version (0.3.x) (push) Failing after 27s
test / test-semver-range (push) Failing after 20s
test / test-pyproject-file-version (push) Successful in 28s
test / test-uv-file-version (push) Successful in 29s
test / test-checksum (4d9279ad5ca596b1e2d703901d508430eb07564dc4d8837de9e2fca9c90f8ecd, ubuntu-latest) (push) Successful in 40s
test / test-with-explicit-token (push) Failing after 21s
test / test-uvx (push) Failing after 23s
test / test-tool-install (ubuntu-latest) (push) Failing after 20s
test / test-python-version (macos-latest) (push) Failing after 26s
test / test-python-version (ubuntu-latest) (push) Failing after 25s
test / test-python-version (windows-latest) (push) Failing after 18s
Fixes: #239 |
||
|
|
9fffe05b88 |
Add documentation for new inputs uv-file and pyproject-file (#235)
test-cache-windows / test-setup-cache (push) Waiting to run
test-cache-windows / test-restore-cache (push) Blocked by required conditions
test-cache / test-setup-cache (auto, selfhosted-ubuntu-arm64) (push) Waiting to run
test-cache / test-setup-cache (false, selfhosted-ubuntu-arm64) (push) Waiting to run
test-cache / test-setup-cache (true, selfhosted-ubuntu-arm64) (push) Waiting to run
test-cache / test-restore-cache (auto, selfhosted-ubuntu-arm64) (push) Blocked by required conditions
test-cache / test-restore-cache (auto, ubuntu-latest) (push) Blocked by required conditions
test-cache / test-restore-cache (false, selfhosted-ubuntu-arm64) (push) Blocked by required conditions
test-cache / test-restore-cache (false, ubuntu-latest) (push) Blocked by required conditions
test-cache / test-restore-cache (true, selfhosted-ubuntu-arm64) (push) Blocked by required conditions
test-cache / test-restore-cache (true, ubuntu-latest) (push) Blocked by required conditions
test-cache / test-restore-cache-requirements-txt (push) Blocked by required conditions
test-cache / test-setup-cache-local (push) Waiting to run
test-cache / test-restore-cache-local (push) Blocked by required conditions
test-cache / test-tilde-expansion-cache-local-path (push) Waiting to run
test-cache / test-tilde-expansion-cache-dependency-glob (push) Waiting to run
test-cache / cleanup-tilde-expansion-tests (push) Blocked by required conditions
test-windows / test-default-version (push) Waiting to run
test / test-default-version (macos-14) (push) Waiting to run
test / test-default-version (macos-latest) (push) Waiting to run
test / test-checksum (a70cbfbf3bb5c08b2f84963b4f12c94e08fbb2468ba418a3bfe1066fbe9e7218, macos-latest) (push) Waiting to run
test / test-tool-install (macos-14) (push) Waiting to run
test / test-tool-install (macos-latest) (push) Waiting to run
test / test-tool-install (windows-latest) (push) Waiting to run
test / test-tilde-expansion-tool-dirs (push) Waiting to run
CodeQL / Analyze (TypeScript) (push) Failing after 30s
Release Drafter / ✏️ Draft release (push) Failing after 9s
Check dist/ / check-dist (push) Successful in 44s
test-cache / test-setup-cache (auto, ubuntu-latest) (push) Failing after 8s
test-cache / test-setup-cache (false, ubuntu-latest) (push) Failing after 9s
test-cache / test-setup-cache (true, ubuntu-latest) (push) Failing after 8s
test-cache / test-setup-cache-requirements-txt (push) Failing after 22s
test-cache / test-setup-cache-dependency-glob (push) Failing after 16s
test-cache / test-restore-cache-dependency-glob (push) Has been skipped
test-cache / test-no-python-version (push) Failing after 28s
test / test-default-version (ubuntu-latest) (push) Failing after 15s
test / test-specific-version (0.3) (push) Failing after 24s
test / build (push) Successful in 1m20s
test / test-specific-version (0.3.0) (push) Successful in 30s
test / test-specific-version (0.3.2) (push) Successful in 33s
test / test-specific-version (0.3.x) (push) Failing after 21s
test / test-specific-version (>=0.3.0) (push) Failing after 26s
test / test-semver-range (push) Failing after 24s
test / test-pyproject-file-version (push) Successful in 34s
test / test-uv-file-version (push) Successful in 34s
test / test-with-explicit-token (push) Failing after 19s
test / test-checksum (4d9279ad5ca596b1e2d703901d508430eb07564dc4d8837de9e2fca9c90f8ecd, ubuntu-latest) (push) Successful in 38s
test / test-uvx (push) Failing after 24s
test / test-tool-install (ubuntu-latest) (push) Failing after 26s
test / test-python-version (macos-latest) (push) Failing after 21s
test / test-python-version (ubuntu-latest) (push) Failing after 17s
test / test-python-version (windows-latest) (push) Failing after 26s
|
||
|
|
5ce9ee0011 |
Detect required-version from config file (#233)
1. If defined use version input 2. If defined use uv-file input 3. If defined use pyproject-file input 4. Search for required-version in uv.toml in repo root 5. Search for required-version in pyproject.toml in repo root 6. Use latest Closes: #215 |
||
|
|
887a942a15 |
Set VIRTUAL_ENV to .venv instead of .venv/bin (#210)
Closes: #209 |
||
|
|
d174a24c07 |
Align use of actions/setup-python with uv docu (#207)
Closes: #197 |
||
|
|
12c852e6ba |
Remove uv version from cache key (#206)
This approach was copied from setup-rye but uv now has the capability to determine if a cache version is compatible. By removing it we will less frequently invalidate the cache and thus save bandwidth Closes: #203 |
||
|
|
180f8b4439 |
Fix wrong cacheDependencyPathHash (#201)
Introduced in https://github.com/astral-sh/setup-uv/pull/200 and not caught because the test is not needed for automerge to pass |
||
|
|
e3fb95a689 |
Warn instead of fail for no-dependency-glob (#200)
Closes: #199 |
||
|
|
dd578776bb |
Auto activate venv when python-version is set (#194)
Closes: #124 |
||
|
|
856099c958 |
Add python version to cache key (#187)
Closes: #182 |
||
|
|
e3017a763c |
Default to enable-cache: true on GitHub hosted runners (#193)
Closes: #54 |
||
|
|
3460fe1a9a |
Always use api.github.com (#191)
The octokit client would default to the URL of enterprise instances and then not be able to find the uv repo. Closes: #188 |
||
|
|
f064c84ddb | Update dependencies (#186) | ||
|
|
be4207d29e |
Add **/requirements*.txt to default cache-dependency-glob (#185)
Contributes to: https://github.com/astral-sh/setup-uv/issues/181 |
||
|
|
bdcda7e77f |
Add hint why cache-dependency-glob fails (#184)
Make it clear which input can be used to solve the error Contributes to: #181 |
||
|
|
8bdd012be5 | Add test for python-version (#177) | ||
|
|
5f42d5af6c | Replace v3 with v4 in README.md (#176) | ||
|
|
26ddfef6e1 | Add matrix example for python-version (#175) | ||
|
|
ee4fa33003 | Add input python-version (#174) | ||
|
|
420915557e |
Reduce test matrices (#173)
Basic functionality for the different OS is tested in `test-latest-version` Everything else is not OS dependent |
||
|
|
196fe5f098 |
Speed up updating known checksums (#166)
Before downloading the checksum file from the releases, check if we already know that version. |
||
|
|
49d8a3d9a8 | Clarify caching will only fail when enabled and nothing to cache (#165) | ||
|
|
d8db0a86d3 | Change some formulations in README.md (#164) | ||
|
|
ed171c292b |
Fail when cache local path does not exist when trying to cache (#163)
Can be disabled by setting `ignore-nothing-to-cache: true` |
||
|
|
691a091485 |
Remove working dir from cacheDependencyGlob error message (#162)
Since https://github.com/astral-sh/setup-uv/pull/160 we allow searching everywhere |
||
|
|
9b71657bb2 |
Add comment to clarify process.exit(0) (#161)
Copied from https://github.com/actions/cache/pull/1217 |
||
|
|
caf0cab7a6 |
Expand TILDE (~) in path inputs (#160)
Closes: #159 |
||
|
|
2e657c127d |
Avoid leftover files by using temp dir (#150)
Fixes: #149 |
||
|
|
6f467a02b3 |
add archive extension to downloaded assets (#148)
Fixes missing .zip extensions which breaks on old PowerShell versions Fixes: #147 |
||
|
|
f3bcaebff5 |
Update deps (#121)
Fixes: https://github.com/astral-sh/setup-uv/issues/119 |
||
|
|
8c3a35e468 | Only log checksum is valid when it really is (#97) | ||
|
|
abac0ce7b0 |
Use runner label selfhosted-ubuntu-arm64 (#96)
Replaces oracle-aarch64 to better express what the runner is used for |
||
|
|
aeb46491c7 |
Set tool(-bin) dir and add to PATH (#87)
Fixes: #83 Fixes: #60 |
||
|
|
8205eab75b | Update version in README from v2 to v3 (#85) | ||
|
|
ce0062aac7 |
Add support for semver version ranges (#82)
Closes: #38 |
||
|
|
79fb68ebfe | Fix prettier destroying markdown NOTE (#80) | ||
|
|
9f1f1fece2 | Run prettier (#78) | ||
|
|
8d65000ec9 |
Set the cache-dependency-glob default to **/uv.lock (#77)
We should aim for a solution with sane defaults that work as most users would expect it. The current default leads to a cache that is never invalidated and thus never updated. This also mirrors the default behaviors for setup-python which use `**/requirements.txt`, `**/Pipfile.lock` or `**/poetry.lock` Also make it clear that the uv cache on the filesystem can be uploaded to the GitHub Actions cache, but they are distinct things. Also make it clear that the local cache path can be changed without using `enable-cache: true` |
||
|
|
4456fa154a | Add .idea files to gitignore (#76) | ||
|
|
b463f5b8ca | rename utils/utils.ts to constants.ts (#59) | ||
|
|
417c97acee |
Use D:\a\_tmp\setup-uv-cache as default cacheLocalPath on Windows (#57)
Fixes: #52 |
||
|
|
d9a2b6b6fa |
Support a list of cache-dependency-glob (#41)
Closes: #40 Because of build conflics (forgot to run `npm i` after pulling) I deleted the `dist`folder to start fresh. Turns out that it still contained the source maps from the very first commit. I removed the argument to generate those a long time ago |
||
|
|
67736b0f01 |
Always run check-dist check (#53)
Currently we mark it as a required check and thus prevent automatic PR merges when only markdown files are contained in the PR |
||
|
|
79643936e1 |
Run test build only on ubuntu-latest (#51)
It is unnecessary to test this on several OS. This is done by the actual action tests in other jobs. |
||
|
|
663d8f7082 | Fix typo "relaying" in README.md (#47) | ||
|
|
b3cf8231d5 | Do not change default version on known checksum update (#39) | ||
|
|
e4d1d0eef8 | Rename repo org in examples and urls (#33) | ||
|
|
6a540e2907 |
Add default-version-update category (#24)
This way a default version update is not a bugfix in release notes |
||
|
|
4e90b426ca | Add faq on how to install python (#17) | ||
|
|
c69e1d6616 | Add link to example workflow (#7) | ||
|
|
332ac35295 | Prune cache before saving | ||
|
|
6c37ad0dd4 | Update deps | ||
|
|
4b677dce24 | Create no-dependency-glob cache key | ||
|
|
3e3aecd6b6 | On windows extracting the zip does not create an intermediate directory | ||
|
|
4203354a33 | Compute correct cacheDependencyPathHash | ||
|
|
e4c1a1723b | Debug windows directory | ||
|
|
5654f20383 | Extract correct dir for latest | ||
|
|
4bab96ca10 | Use latest uv test versions | ||
|
|
de7c6e73c0 | Remove debug logs | ||
|
|
fd3ca5dc10 | Cache correct dir | ||
|
|
eb355a21cb | more debug logs | ||
|
|
65e8a8ce38 | debug tool cache content | ||
|
|
e1b0f50f21 | Remove unused path | ||
|
|
07977d064c | Automatically create download dir | ||
|
|
67efd41074 | Cache in tool cache | ||
|
|
dccd08dfe5 | Add table of contents | ||
|
|
18498fc78f | Initial commit |