Commit Graph

165 Commits

Author SHA1 Message Date
Kevin Stillhammer
445689ea25 Use latest version from manifest-file (#458)
Some checks failed
test / test-default-version (ubuntu-latest) (push) Successful in 27s
CodeQL / Analyze (TypeScript) (push) Failing after 46s
test / test-specific-version (0.3.0) (push) Successful in 41s
test / test-specific-version (0.3.2) (push) Successful in 37s
test / test-with-explicit-token (push) Successful in 45s
test / test-python-version (ubuntu-latest) (push) Successful in 1m0s
test / lint (push) Failing after 1m40s
test / test-custom-manifest-file (push) Failing after 13m25s
test / test-no-python-version (push) Failing after 13m26s
test / test-cache-local (map[expected-cache-dir:/home/runner/work/_temp/setup-uv-cache os:ubuntu-latest]) (push) Failing after 13m27s
test / test-setup-cache-dependency-glob (push) Failing after 13m27s
test / test-setup-cache-requirements-txt (push) Failing after 13m28s
test / test-setup-cache (true, ubuntu-latest) (push) Failing after 13m29s
test / test-setup-cache (false, ubuntu-latest) (push) Failing after 13m32s
test / test-setup-cache (auto, ubuntu-latest) (push) Failing after 13m32s
test / test-musl (push) Failing after 13m32s
test / test-activate-environment (ubuntu-latest) (push) Failing after 13m34s
test / test-tool-install (ubuntu-latest) (push) Failing after 13m36s
test / test-uvx (push) Failing after 13m36s
test / test-checksum (map[checksum:4d9279ad5ca596b1e2d703901d508430eb07564dc4d8837de9e2fca9c90f8ecd os:ubuntu-latest]) (push) Failing after 13m37s
test / test-uv-file-version (push) Failing after 13m38s
test / test-malformed-pyproject-file-fallback (push) Failing after 13m41s
test / test-pyproject-file-version (push) Failing after 13m41s
test / test-pep440-version (push) Failing after 13m43s
test / test-semver-range (ubuntu-latest) (push) Failing after 13m43s
test / test-specific-version (>=0.3.0) (push) Failing after 13m45s
test / test-specific-version (0.3.x) (push) Failing after 13m46s
test / test-specific-version (0.3) (push) Failing after 13m49s
Release Drafter / ✏️ Draft release (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-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:C:\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
Update known versions / build (push) Has been cancelled
If a manifest-file is supplied the default value of the version input
(latest) will get the latest version available in the manifest. That
might not be the actual latest version available in the official uv
repo.
2025-06-19 21:23:43 +02:00
Kevin Stillhammer
a02a550bdd Look for version-manifest.json relative to action path (#456)
Some checks failed
test / test-default-version (ubuntu-latest) (push) Successful in 24s
CodeQL / Analyze (TypeScript) (push) Failing after 38s
test / test-activate-environment (ubuntu-latest) (push) Successful in 1m1s
test / lint (push) Failing after 1m25s
test / test-pyproject-file-version (push) Failing after 2m0s
test / test-cache-local (map[expected-cache-dir:/home/runner/work/_temp/setup-uv-cache os:ubuntu-latest]) (push) Failing after 24s
test / test-no-python-version (push) Failing after 2m18s
test / test-custom-manifest-file (push) Failing after 13m51s
test / test-setup-cache-dependency-glob (push) Failing after 13m54s
test / test-setup-cache-requirements-txt (push) Failing after 13m55s
test / test-setup-cache (true, ubuntu-latest) (push) Failing after 13m56s
test / test-setup-cache (false, ubuntu-latest) (push) Failing after 13m56s
test / test-setup-cache (auto, ubuntu-latest) (push) Failing after 13m58s
test / test-musl (push) Failing after 13m58s
test / test-python-version (ubuntu-latest) (push) Failing after 14m0s
test / test-tool-install (ubuntu-latest) (push) Failing after 14m1s
test / test-uvx (push) Failing after 14m1s
test / test-with-explicit-token (push) Failing after 14m3s
test / test-checksum (map[checksum:4d9279ad5ca596b1e2d703901d508430eb07564dc4d8837de9e2fca9c90f8ecd os:ubuntu-latest]) (push) Failing after 14m5s
test / test-uv-file-version (push) Failing after 14m6s
test / test-malformed-pyproject-file-fallback (push) Failing after 14m6s
test / test-pep440-version (push) Failing after 14m8s
test / test-semver-range (ubuntu-latest) (push) Failing after 14m9s
test / test-specific-version (>=0.3.0) (push) Failing after 14m10s
test / test-specific-version (0.3.x) (push) Failing after 14m10s
test / test-specific-version (0.3.2) (push) Failing after 14m11s
test / test-specific-version (0.3.0) (push) Failing after 14m14s
test / test-specific-version (0.3) (push) Failing after 14m15s
Release Drafter / ✏️ Draft release (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-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:C:\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
Update known versions / build (push) Has been cancelled
Fixes: #455
2025-06-18 23:09:13 +02:00
Kevin Stillhammer
60cc2b4585 Add input manifest-file (#454)
Adds capability to maintain custom uv builds or to override the default
sources
2025-06-18 20:33:20 +00:00
github-actions[bot]
7bbb36f434 chore: update known versions for 0.7.13 and 0.7.12 (#444)
Some checks failed
CodeQL / Analyze (TypeScript) (push) Failing after 47s
test / test-specific-version (0.3) (push) Successful in 35s
test / lint (push) Failing after 1m15s
test / test-no-python-version (push) Failing after 14m22s
test / test-cache-local (map[expected-cache-dir:/home/runner/work/_temp/setup-uv-cache os:ubuntu-latest]) (push) Failing after 14m22s
test / test-setup-cache-dependency-glob (push) Failing after 14m23s
test / test-setup-cache-requirements-txt (push) Failing after 14m24s
test / test-setup-cache (true, ubuntu-latest) (push) Failing after 14m24s
test / test-setup-cache (false, ubuntu-latest) (push) Failing after 14m26s
test / test-setup-cache (auto, ubuntu-latest) (push) Failing after 14m26s
test / test-musl (push) Failing after 14m27s
test / test-activate-environment (ubuntu-latest) (push) Failing after 14m29s
test / test-python-version (ubuntu-latest) (push) Failing after 14m30s
test / test-tool-install (ubuntu-latest) (push) Failing after 14m31s
test / test-uvx (push) Failing after 14m31s
test / test-with-explicit-token (push) Failing after 14m31s
test / test-checksum (map[checksum:4d9279ad5ca596b1e2d703901d508430eb07564dc4d8837de9e2fca9c90f8ecd os:ubuntu-latest]) (push) Failing after 14m33s
test / test-uv-file-version (push) Failing after 14m33s
test / test-malformed-pyproject-file-fallback (push) Failing after 14m35s
test / test-pyproject-file-version (push) Failing after 14m35s
test / test-pep440-version (push) Failing after 14m37s
test / test-semver-range (ubuntu-latest) (push) Failing after 14m38s
test / test-specific-version (>=0.3.0) (push) Failing after 14m39s
test / test-specific-version (0.3.x) (push) Failing after 14m42s
test / test-specific-version (0.3.2) (push) Failing after 14m43s
test / test-specific-version (0.3.0) (push) Failing after 14m45s
test / test-default-version (ubuntu-latest) (push) Failing after 14m48s
Release Drafter / ✏️ Draft release (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-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:C:\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
Update known versions / build (push) Has been cancelled
chore: update known versions for 0.7.13

Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
2025-06-17 07:48:33 +00:00
github-actions[bot]
252c995424 chore: update known versions for 0.7.11 (#442)
Some checks failed
test / test-specific-version (0.3.0) (push) Failing after 29s
test / lint (push) Failing after 30s
test / test-specific-version (0.3) (push) Successful in 34s
CodeQL / Analyze (TypeScript) (push) Failing after 47s
test / test-malformed-pyproject-file-fallback (push) Successful in 30s
test / test-default-version (ubuntu-latest) (push) Successful in 1m1s
test / test-setup-cache (auto, ubuntu-latest) (push) Successful in 42s
test / test-setup-cache (true, ubuntu-latest) (push) Successful in 40s
test / test-no-python-version (push) Failing after 14m9s
test / test-cache-local (map[expected-cache-dir:/home/runner/work/_temp/setup-uv-cache os:ubuntu-latest]) (push) Failing after 14m9s
test / test-setup-cache-dependency-glob (push) Failing after 14m9s
test / test-setup-cache-requirements-txt (push) Failing after 14m10s
test / test-setup-cache (false, ubuntu-latest) (push) Failing after 14m12s
test / test-musl (push) Failing after 14m12s
test / test-activate-environment (ubuntu-latest) (push) Failing after 14m14s
test / test-python-version (ubuntu-latest) (push) Failing after 14m15s
test / test-tool-install (ubuntu-latest) (push) Failing after 14m16s
test / test-uvx (push) Failing after 14m17s
test / test-with-explicit-token (push) Failing after 14m18s
test / test-checksum (map[checksum:4d9279ad5ca596b1e2d703901d508430eb07564dc4d8837de9e2fca9c90f8ecd os:ubuntu-latest]) (push) Failing after 14m20s
test / test-uv-file-version (push) Failing after 14m20s
test / test-pyproject-file-version (push) Failing after 14m22s
test / test-pep440-version (push) Failing after 14m22s
test / test-semver-range (ubuntu-latest) (push) Failing after 14m23s
test / test-specific-version (>=0.3.0) (push) Failing after 14m27s
test / test-specific-version (0.3.x) (push) Failing after 14m27s
test / test-specific-version (0.3.2) (push) Failing after 14m28s
Release Drafter / ✏️ Draft release (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-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
Update known versions / build (push) Has been cancelled
chore: update known versions for 0.7.11

Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
2025-06-05 06:15:21 +00:00
github-actions[bot]
477a814f2d chore: update known versions for 0.7.10 (#440)
Some checks failed
test / lint (push) Failing after 32s
CodeQL / Analyze (TypeScript) (push) Failing after 43s
test / test-specific-version (0.3.0) (push) Successful in 37s
test / test-default-version (ubuntu-latest) (push) Successful in 48s
test / test-specific-version (0.3.2) (push) Failing after 29s
test / test-semver-range (ubuntu-latest) (push) Successful in 31s
test / test-specific-version (0.3) (push) Successful in 52s
test / test-no-python-version (push) Failing after 14m11s
test / test-cache-local (map[expected-cache-dir:/home/runner/work/_temp/setup-uv-cache os:ubuntu-latest]) (push) Failing after 14m13s
test / test-setup-cache-dependency-glob (push) Failing after 14m14s
test / test-setup-cache-requirements-txt (push) Failing after 14m14s
test / test-setup-cache (true, ubuntu-latest) (push) Failing after 14m15s
test / test-setup-cache (false, ubuntu-latest) (push) Failing after 14m17s
test / test-setup-cache (auto, ubuntu-latest) (push) Failing after 14m17s
test / test-musl (push) Failing after 14m18s
test / test-activate-environment (ubuntu-latest) (push) Failing after 14m19s
test / test-python-version (ubuntu-latest) (push) Failing after 14m20s
test / test-tool-install (ubuntu-latest) (push) Failing after 14m23s
test / test-uvx (push) Failing after 14m25s
test / test-with-explicit-token (push) Failing after 14m26s
test / test-checksum (map[checksum:4d9279ad5ca596b1e2d703901d508430eb07564dc4d8837de9e2fca9c90f8ecd os:ubuntu-latest]) (push) Failing after 14m26s
test / test-uv-file-version (push) Failing after 14m26s
test / test-malformed-pyproject-file-fallback (push) Failing after 14m27s
test / test-pyproject-file-version (push) Failing after 14m30s
test / test-pep440-version (push) Failing after 14m30s
test / test-specific-version (>=0.3.0) (push) Failing after 14m32s
test / test-specific-version (0.3.x) (push) Failing after 14m34s
Release Drafter / ✏️ Draft release (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-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
Update known versions / build (push) Has been cancelled
chore: update known versions for 0.7.10

Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
2025-06-04 06:19:09 +00:00
github-actions[bot]
d44461ea9f chore: update known versions for 0.7.9 (#437)
Some checks failed
test / test-default-version (ubuntu-latest) (push) Failing after 6s
CodeQL / Analyze (TypeScript) (push) Failing after 32s
test / test-specific-version (0.3.0) (push) Successful in 22s
test / test-specific-version (>=0.3.0) (push) Successful in 41s
test / test-specific-version (0.3) (push) Successful in 49s
test / test-pep440-version (push) Successful in 34s
test / lint (push) Failing after 1m28s
test / test-no-python-version (push) Successful in 56s
test / test-cache-local (map[expected-cache-dir:/home/runner/work/_temp/setup-uv-cache os:ubuntu-latest]) (push) Failing after 14m24s
test / test-setup-cache-dependency-glob (push) Failing after 14m26s
test / test-setup-cache-requirements-txt (push) Failing after 14m27s
test / test-setup-cache (true, ubuntu-latest) (push) Failing after 14m27s
test / test-setup-cache (false, ubuntu-latest) (push) Failing after 14m28s
test / test-setup-cache (auto, ubuntu-latest) (push) Failing after 14m29s
test / test-musl (push) Failing after 14m30s
test / test-activate-environment (ubuntu-latest) (push) Failing after 14m31s
test / test-python-version (ubuntu-latest) (push) Failing after 14m31s
test / test-tool-install (ubuntu-latest) (push) Failing after 14m33s
test / test-uvx (push) Failing after 14m35s
test / test-with-explicit-token (push) Failing after 14m36s
test / test-checksum (map[checksum:4d9279ad5ca596b1e2d703901d508430eb07564dc4d8837de9e2fca9c90f8ecd os:ubuntu-latest]) (push) Failing after 14m37s
test / test-uv-file-version (push) Failing after 14m37s
test / test-malformed-pyproject-file-fallback (push) Failing after 14m39s
test / test-pyproject-file-version (push) Failing after 14m40s
test / test-semver-range (ubuntu-latest) (push) Failing after 14m43s
test / test-specific-version (0.3.x) (push) Failing after 14m44s
test / test-specific-version (0.3.2) (push) Failing after 14m45s
Update known versions / build (push) Has been cancelled
Release Drafter / ✏️ Draft release (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-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
chore: update known versions for 0.7.9

Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
2025-05-31 20:07:33 +00:00
github-actions[bot]
f3121ef80e chore: update known versions for 0.7.8 (#428)
Some checks failed
CodeQL / Analyze (TypeScript) (push) Has been cancelled
Release Drafter / ✏️ Draft release (push) Has been cancelled
test / lint (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-default-version (ubuntu-latest) (push) Has been cancelled
test / test-default-version (windows-latest) (push) Has been cancelled
test / test-specific-version (0.3) (push) Has been cancelled
test / test-specific-version (0.3.0) (push) Has been cancelled
test / test-specific-version (0.3.2) (push) Has been cancelled
test / test-specific-version (0.3.x) (push) Has been cancelled
test / test-specific-version (>=0.3.0) (push) Has been cancelled
test / test-semver-range (selfhosted-ubuntu-arm64) (push) Has been cancelled
test / test-semver-range (ubuntu-latest) (push) Has been cancelled
test / test-pep440-version (push) Has been cancelled
test / test-pyproject-file-version (push) Has been cancelled
test / test-malformed-pyproject-file-fallback (push) Has been cancelled
test / test-uv-file-version (push) Has been cancelled
test / test-checksum (map[checksum:4d9279ad5ca596b1e2d703901d508430eb07564dc4d8837de9e2fca9c90f8ecd os:ubuntu-latest]) (push) Has been cancelled
test / test-checksum (map[checksum:a70cbfbf3bb5c08b2f84963b4f12c94e08fbb2468ba418a3bfe1066fbe9e7218 os:macos-latest]) (push) Has been cancelled
test / test-with-explicit-token (push) Has been cancelled
test / test-uvx (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 (ubuntu-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 (ubuntu-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 (ubuntu-latest) (push) Has been cancelled
test / test-activate-environment (windows-latest) (push) Has been cancelled
test / test-musl (push) Has been cancelled
test / test-setup-cache (auto, selfhosted-ubuntu-arm64) (push) Has been cancelled
test / test-setup-cache (auto, ubuntu-latest) (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, ubuntu-latest) (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, ubuntu-latest) (push) Has been cancelled
test / test-setup-cache (true, windows-latest) (push) Has been cancelled
test / test-setup-cache-requirements-txt (push) Has been cancelled
test / test-setup-cache-dependency-glob (push) Has been cancelled
test / test-cache-local (map[expected-cache-dir:/home/runner/work/_temp/setup-uv-cache os:ubuntu-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-no-python-version (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
Update known versions / build (push) Has been cancelled
chore: update known versions for 0.7.8

Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
2025-05-24 06:07:37 +00:00
Kevin Stillhammer
f0ec1fc3b3 Bump dependencies (#424)
Some checks failed
test / test-specific-version (0.3.2) (push) Successful in 35s
CodeQL / Analyze (TypeScript) (push) Failing after 1m8s
test / test-specific-version (0.3) (push) Successful in 1m0s
test / test-default-version (ubuntu-latest) (push) Successful in 1m16s
test / test-specific-version (>=0.3.0) (push) Successful in 1m7s
test / test-checksum (map[checksum:4d9279ad5ca596b1e2d703901d508430eb07564dc4d8837de9e2fca9c90f8ecd os:ubuntu-latest]) (push) Successful in 56s
test / test-setup-cache-requirements-txt (push) Successful in 55s
test / test-cache-local (map[expected-cache-dir:/home/runner/work/_temp/setup-uv-cache os:ubuntu-latest]) (push) Failing after 47s
test / lint (push) Successful in 3m4s
test / test-no-python-version (push) Failing after 13m45s
test / test-setup-cache-dependency-glob (push) Failing after 13m46s
test / test-setup-cache (true, ubuntu-latest) (push) Failing after 13m48s
test / test-setup-cache (false, ubuntu-latest) (push) Failing after 13m49s
test / test-setup-cache (auto, ubuntu-latest) (push) Failing after 13m49s
test / test-musl (push) Failing after 13m51s
test / test-activate-environment (ubuntu-latest) (push) Failing after 13m52s
test / test-python-version (ubuntu-latest) (push) Failing after 13m53s
test / test-tool-install (ubuntu-latest) (push) Failing after 13m54s
test / test-uvx (push) Failing after 13m56s
test / test-with-explicit-token (push) Failing after 13m57s
test / test-uv-file-version (push) Failing after 13m59s
test / test-malformed-pyproject-file-fallback (push) Failing after 14m0s
test / test-pyproject-file-version (push) Failing after 14m2s
test / test-pep440-version (push) Failing after 14m3s
test / test-semver-range (ubuntu-latest) (push) Failing after 14m4s
test / test-specific-version (0.3.x) (push) Failing after 14m6s
test / test-specific-version (0.3.0) (push) Failing after 14m10s
Release Drafter / ✏️ Draft release (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-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
Update known versions / build (push) Has been cancelled
2025-05-23 09:57:11 +02:00
Kevin Stillhammer
e3d2ea5ff3 Purge cache in cache key (#423)
Fixes: #416
2025-05-23 09:43:52 +02:00
github-actions[bot]
b3d7ca7ac0 chore: update known versions for 0.7.7 (#422)
chore: update known versions for 0.7.7

Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
2025-05-23 07:26:41 +00:00
Zoupers Zou
0e0f4bfefa feat: support custom github url (#414)
Some checks failed
test / test-specific-version (0.3.0) (push) Successful in 16s
test / test-default-version (ubuntu-latest) (push) Successful in 21s
CodeQL / Analyze (TypeScript) (push) Failing after 32s
test / test-specific-version (0.3) (push) Failing after 26s
test / test-semver-range (ubuntu-latest) (push) Successful in 31s
test / lint (push) Successful in 1m15s
test / test-no-python-version (push) Failing after 14m23s
test / test-cache-local (map[expected-cache-dir:/home/runner/work/_temp/setup-uv-cache os:ubuntu-latest]) (push) Failing after 14m23s
test / test-setup-cache-dependency-glob (push) Failing after 14m23s
test / test-setup-cache-requirements-txt (push) Failing after 14m24s
test / test-setup-cache (true, ubuntu-latest) (push) Failing after 14m25s
test / test-setup-cache (false, ubuntu-latest) (push) Failing after 14m27s
test / test-setup-cache (auto, ubuntu-latest) (push) Failing after 14m28s
test / test-musl (push) Failing after 14m28s
test / test-activate-environment (ubuntu-latest) (push) Failing after 14m30s
test / test-python-version (ubuntu-latest) (push) Failing after 14m31s
test / test-tool-install (ubuntu-latest) (push) Failing after 14m32s
test / test-uvx (push) Failing after 14m33s
test / test-with-explicit-token (push) Failing after 14m34s
test / test-checksum (map[checksum:4d9279ad5ca596b1e2d703901d508430eb07564dc4d8837de9e2fca9c90f8ecd os:ubuntu-latest]) (push) Failing after 14m35s
test / test-uv-file-version (push) Failing after 14m36s
test / test-malformed-pyproject-file-fallback (push) Failing after 14m38s
test / test-pyproject-file-version (push) Failing after 14m39s
test / test-pep440-version (push) Failing after 14m39s
test / test-specific-version (>=0.3.0) (push) Failing after 14m42s
test / test-specific-version (0.3.x) (push) Failing after 14m43s
test / test-specific-version (0.3.2) (push) Failing after 14m44s
Release Drafter / ✏️ Draft release (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-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
Update known versions / build (push) Has been cancelled
Fix #344
2025-05-20 19:36:07 +02:00
github-actions[bot]
71bb8825e4 chore: update known versions for 0.7.6 (#415)
Some checks failed
test / test-specific-version (0.3.0) (push) Successful in 26s
test / lint (push) Failing after 31s
test / test-default-version (ubuntu-latest) (push) Successful in 43s
test / test-with-explicit-token (push) Successful in 35s
CodeQL / Analyze (TypeScript) (push) Failing after 1m10s
test / test-setup-cache (false, ubuntu-latest) (push) Successful in 35s
test / test-no-python-version (push) Failing after 14m9s
test / test-cache-local (map[expected-cache-dir:/home/runner/work/_temp/setup-uv-cache os:ubuntu-latest]) (push) Failing after 14m9s
test / test-setup-cache-dependency-glob (push) Failing after 14m10s
test / test-setup-cache-requirements-txt (push) Failing after 14m12s
test / test-setup-cache (true, ubuntu-latest) (push) Failing after 14m12s
test / test-setup-cache (auto, ubuntu-latest) (push) Failing after 14m15s
test / test-musl (push) Failing after 14m15s
test / test-activate-environment (ubuntu-latest) (push) Failing after 14m16s
test / test-python-version (ubuntu-latest) (push) Failing after 14m17s
test / test-tool-install (ubuntu-latest) (push) Failing after 14m17s
test / test-uvx (push) Failing after 14m18s
test / test-checksum (map[checksum:4d9279ad5ca596b1e2d703901d508430eb07564dc4d8837de9e2fca9c90f8ecd os:ubuntu-latest]) (push) Failing after 14m20s
test / test-uv-file-version (push) Failing after 14m20s
test / test-malformed-pyproject-file-fallback (push) Failing after 14m21s
test / test-pyproject-file-version (push) Failing after 14m22s
test / test-pep440-version (push) Failing after 14m23s
test / test-semver-range (ubuntu-latest) (push) Failing after 14m26s
test / test-specific-version (>=0.3.0) (push) Failing after 14m27s
test / test-specific-version (0.3.x) (push) Failing after 14m28s
test / test-specific-version (0.3.2) (push) Failing after 14m30s
test / test-specific-version (0.3) (push) Failing after 14m31s
Release Drafter / ✏️ Draft release (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-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
chore: update known versions for 0.7.6

Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
2025-05-20 07:10:46 +00:00
github-actions[bot]
1417e89049 chore: update known versions for 0.7.5 (#412)
Some checks failed
test / lint (push) Failing after 30s
test / test-specific-version (0.3.0) (push) Failing after 28s
test / test-specific-version (0.3.2) (push) Successful in 31s
CodeQL / Analyze (TypeScript) (push) Failing after 37s
test / test-default-version (ubuntu-latest) (push) Successful in 42s
test / test-musl (push) Failing after 25s
test / test-setup-cache (auto, ubuntu-latest) (push) Successful in 34s
test / test-no-python-version (push) Successful in 49s
test / test-cache-local (map[expected-cache-dir:/home/runner/work/_temp/setup-uv-cache os:ubuntu-latest]) (push) Failing after 13m55s
test / test-setup-cache-dependency-glob (push) Failing after 13m56s
test / test-setup-cache-requirements-txt (push) Failing after 13m56s
test / test-setup-cache (true, ubuntu-latest) (push) Failing after 13m58s
test / test-setup-cache (false, ubuntu-latest) (push) Failing after 13m59s
test / test-activate-environment (ubuntu-latest) (push) Failing after 14m2s
test / test-python-version (ubuntu-latest) (push) Failing after 14m3s
test / test-tool-install (ubuntu-latest) (push) Failing after 14m4s
test / test-uvx (push) Failing after 14m4s
test / test-with-explicit-token (push) Failing after 14m5s
test / test-checksum (map[checksum:4d9279ad5ca596b1e2d703901d508430eb07564dc4d8837de9e2fca9c90f8ecd os:ubuntu-latest]) (push) Failing after 14m6s
test / test-uv-file-version (push) Failing after 14m8s
test / test-malformed-pyproject-file-fallback (push) Failing after 14m9s
test / test-pyproject-file-version (push) Failing after 14m11s
test / test-pep440-version (push) Failing after 14m11s
test / test-semver-range (ubuntu-latest) (push) Failing after 14m12s
test / test-specific-version (>=0.3.0) (push) Failing after 14m14s
test / test-specific-version (0.3.x) (push) Failing after 14m14s
test / test-specific-version (0.3) (push) Failing after 14m19s
Release Drafter / ✏️ Draft release (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-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
Update known versions / build (push) Has been cancelled
chore: update known versions for 0.7.5

Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
2025-05-18 10:05:47 +02:00
github-actions[bot]
1761eea391 chore: update known versions for 0.7.4 (#410)
Some checks failed
test / test-specific-version (0.3) (push) Successful in 1m50s
test / test-specific-version (0.3.0) (push) Successful in 1m47s
test / test-specific-version (0.3.2) (push) Successful in 1m43s
test / test-uvx (push) Successful in 1m41s
test / test-activate-environment (ubuntu-latest) (push) Successful in 2m3s
CodeQL / Analyze (TypeScript) (push) Failing after 4m44s
test / lint (push) Successful in 5m42s
test / test-no-python-version (push) Failing after 14m20s
test / test-cache-local (map[expected-cache-dir:/home/runner/work/_temp/setup-uv-cache os:ubuntu-latest]) (push) Failing after 14m21s
test / test-setup-cache-dependency-glob (push) Failing after 14m22s
test / test-setup-cache-requirements-txt (push) Failing after 14m25s
test / test-setup-cache (true, ubuntu-latest) (push) Failing after 14m26s
test / test-setup-cache (false, ubuntu-latest) (push) Failing after 14m26s
test / test-setup-cache (auto, ubuntu-latest) (push) Failing after 14m28s
test / test-musl (push) Failing after 14m29s
test / test-python-version (ubuntu-latest) (push) Failing after 14m31s
test / test-tool-install (ubuntu-latest) (push) Failing after 14m32s
test / test-with-explicit-token (push) Failing after 14m34s
test / test-checksum (map[checksum:4d9279ad5ca596b1e2d703901d508430eb07564dc4d8837de9e2fca9c90f8ecd os:ubuntu-latest]) (push) Failing after 14m34s
test / test-uv-file-version (push) Failing after 14m36s
test / test-malformed-pyproject-file-fallback (push) Failing after 14m36s
test / test-pyproject-file-version (push) Failing after 14m36s
test / test-pep440-version (push) Failing after 14m38s
test / test-semver-range (ubuntu-latest) (push) Failing after 14m40s
test / test-specific-version (>=0.3.0) (push) Failing after 14m41s
test / test-specific-version (0.3.x) (push) Failing after 14m42s
test / test-default-version (ubuntu-latest) (push) Successful in 21m27s
test / test-restore-cache-dependency-glob (push) Has been skipped
Release Drafter / ✏️ Draft release (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-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-local (push) Has been cancelled
test / cleanup-tilde-expansion-tests (push) Has been cancelled
test / all-tests-passed (push) Has been cancelled
Update known versions / build (push) Has been cancelled
chore: update known versions for 0.7.4

Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
2025-05-16 05:15:44 +00:00
github-actions[bot]
9864bc9c96 chore: update known versions for 0.7.3 (#405)
Some checks failed
test / all-tests-passed (push) Has been cancelled
test / test-uv-file-version (push) Successful in 1m18s
test / test-specific-version (0.3.0) (push) Successful in 1m27s
CodeQL / Analyze (TypeScript) (push) Failing after 1m42s
test / test-specific-version (0.3) (push) Successful in 1m43s
test / test-with-explicit-token (push) Successful in 1m49s
test / test-default-version (ubuntu-latest) (push) Failing after 2m10s
test / test-specific-version (>=0.3.0) (push) Successful in 2m10s
test / lint (push) Successful in 2m44s
test / test-no-python-version (push) Failing after 14m13s
test / test-cache-local (map[expected-cache-dir:/home/runner/work/_temp/setup-uv-cache os:ubuntu-latest]) (push) Failing after 14m14s
test / test-setup-cache-dependency-glob (push) Failing after 14m15s
test / test-setup-cache-requirements-txt (push) Failing after 14m16s
test / test-setup-cache (true, ubuntu-latest) (push) Failing after 14m16s
test / test-setup-cache (false, ubuntu-latest) (push) Failing after 14m18s
test / test-setup-cache (auto, ubuntu-latest) (push) Failing after 14m19s
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 14m22s
test / test-tool-install (ubuntu-latest) (push) Failing after 14m23s
test / test-uvx (push) Failing after 14m24s
test / test-checksum (map[checksum:4d9279ad5ca596b1e2d703901d508430eb07564dc4d8837de9e2fca9c90f8ecd os:ubuntu-latest]) (push) Failing after 14m25s
test / test-malformed-pyproject-file-fallback (push) Failing after 14m26s
test / test-pyproject-file-version (push) Failing after 14m27s
test / test-pep440-version (push) Failing after 14m28s
test / test-semver-range (ubuntu-latest) (push) Failing after 14m31s
test / test-specific-version (0.3.x) (push) Failing after 14m32s
test / test-specific-version (0.3.2) (push) Failing after 14m34s
Release Drafter / ✏️ Draft release (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-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
Update known versions / build (push) Has been cancelled
chore: update known versions for 0.7.3

Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
2025-05-08 08:18:23 +00:00
Kevin Stillhammer
a4f1f549e9 Create version-manifest.json on uv release (#399)
Some checks failed
test / test-default-version (ubuntu-latest) (push) Successful in 19s
CodeQL / Analyze (TypeScript) (push) Failing after 44s
test / test-specific-version (0.3) (push) Successful in 44s
test / test-specific-version (0.3.0) (push) Successful in 32s
test / test-specific-version (0.3.x) (push) Successful in 41s
test / test-specific-version (>=0.3.0) (push) Successful in 39s
test / test-setup-cache (auto, ubuntu-latest) (push) Successful in 36s
test / test-python-version (ubuntu-latest) (push) Successful in 1m2s
test / lint (push) Successful in 1m33s
test / test-no-python-version (push) Failing after 13m51s
test / test-cache-local (map[expected-cache-dir:/home/runner/work/_temp/setup-uv-cache os:ubuntu-latest]) (push) Failing after 13m52s
test / test-setup-cache-dependency-glob (push) Failing after 13m52s
test / test-setup-cache-requirements-txt (push) Failing after 13m53s
test / test-setup-cache (true, ubuntu-latest) (push) Failing after 13m54s
test / test-setup-cache (false, ubuntu-latest) (push) Failing after 13m56s
test / test-musl (push) Failing after 13m58s
test / test-activate-environment (ubuntu-latest) (push) Failing after 13m59s
test / test-tool-install (ubuntu-latest) (push) Failing after 14m2s
test / test-uvx (push) Failing after 14m3s
test / test-with-explicit-token (push) Failing after 14m4s
test / test-checksum (map[checksum:4d9279ad5ca596b1e2d703901d508430eb07564dc4d8837de9e2fca9c90f8ecd os:ubuntu-latest]) (push) Failing after 14m6s
test / test-uv-file-version (push) Failing after 14m6s
test / test-malformed-pyproject-file-fallback (push) Failing after 14m7s
test / test-pyproject-file-version (push) Failing after 14m9s
test / test-pep440-version (push) Failing after 14m11s
test / test-semver-range (ubuntu-latest) (push) Failing after 14m13s
test / test-specific-version (0.3.2) (push) Failing after 14m18s
Release Drafter / ✏️ Draft release (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-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
Update known versions / build (push) Has been cancelled
2025-05-03 19:51:16 +02:00
github-actions[bot]
41bd088443 chore: update known checksums for 0.7.2 (#395)
Some checks failed
test / test-checksum (map[checksum:4d9279ad5ca596b1e2d703901d508430eb07564dc4d8837de9e2fca9c90f8ecd os:ubuntu-latest]) (push) Successful in 27s
test / test-malformed-pyproject-file-fallback (push) Successful in 26s
CodeQL / Analyze (TypeScript) (push) Failing after 39s
Release Drafter / ✏️ Draft release (push) Failing after 46s
test / test-musl (push) Failing after 23s
test / lint (push) Successful in 1m37s
test / test-setup-cache-dependency-glob (push) Successful in 46s
test / test-activate-environment (ubuntu-latest) (push) Successful in 58s
test / test-restore-cache-dependency-glob (push) Successful in 40s
test / test-no-python-version (push) Failing after 14m0s
test / test-cache-local (map[expected-cache-dir:/home/runner/work/_temp/setup-uv-cache os:ubuntu-latest]) (push) Failing after 14m1s
test / test-setup-cache-requirements-txt (push) Failing after 14m2s
test / test-setup-cache (true, ubuntu-latest) (push) Failing after 14m3s
test / test-setup-cache (false, ubuntu-latest) (push) Failing after 14m4s
test / test-setup-cache (auto, ubuntu-latest) (push) Failing after 14m5s
test / test-python-version (ubuntu-latest) (push) Failing after 14m8s
test / test-tool-install (ubuntu-latest) (push) Failing after 14m9s
test / test-uvx (push) Failing after 14m10s
test / test-with-explicit-token (push) Failing after 14m11s
test / test-uv-file-version (push) Failing after 14m12s
test / test-pyproject-file-version (push) Failing after 14m15s
test / test-pep440-version (push) Failing after 14m15s
test / test-semver-range (ubuntu-latest) (push) Failing after 14m17s
test / test-specific-version (>=0.3.0) (push) Failing after 14m17s
test / test-specific-version (0.3.x) (push) Failing after 14m18s
test / test-specific-version (0.3.2) (push) Failing after 14m19s
test / test-specific-version (0.3.0) (push) Failing after 14m20s
test / test-specific-version (0.3) (push) Failing after 14m21s
test / test-default-version (ubuntu-latest) (push) Failing after 14m22s
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-local (push) Has been cancelled
test / cleanup-tilde-expansion-tests (push) Has been cancelled
test / all-tests-passed (push) Has been cancelled
chore: update known checksums for 0.7.2

Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
2025-05-01 07:04:31 +00:00
github-actions[bot]
75567654b6 chore: update known checksums for 0.7.0 (#390)
Some checks failed
Release Drafter / ✏️ Draft release (push) Failing after 10s
test / test-specific-version (0.3.0) (push) Successful in 55s
test / test-default-version (ubuntu-latest) (push) Successful in 2m9s
test / test-specific-version (0.3.x) (push) Successful in 2m8s
test / lint (push) Successful in 2m13s
test / test-setup-cache-requirements-txt (push) Successful in 45s
CodeQL / Analyze (TypeScript) (push) Failing after 5m35s
test / test-no-python-version (push) Failing after 11m32s
test / test-cache-local (map[expected-cache-dir:/home/runner/work/_temp/setup-uv-cache os:ubuntu-latest]) (push) Failing after 11m34s
test / test-setup-cache-dependency-glob (push) Failing after 11m34s
test / test-setup-cache (true, ubuntu-latest) (push) Failing after 11m35s
test / test-setup-cache (false, ubuntu-latest) (push) Failing after 11m36s
test / test-setup-cache (auto, ubuntu-latest) (push) Failing after 11m36s
test / test-musl (push) Failing after 11m38s
test / test-activate-environment (ubuntu-latest) (push) Failing after 11m38s
test / test-python-version (ubuntu-latest) (push) Failing after 11m39s
test / test-tool-install (ubuntu-latest) (push) Failing after 11m40s
test / test-uvx (push) Failing after 11m42s
test / test-with-explicit-token (push) Failing after 11m43s
test / test-checksum (map[checksum:4d9279ad5ca596b1e2d703901d508430eb07564dc4d8837de9e2fca9c90f8ecd os:ubuntu-latest]) (push) Failing after 11m43s
test / test-uv-file-version (push) Failing after 11m44s
test / test-malformed-pyproject-file-fallback (push) Failing after 11m45s
test / test-pyproject-file-version (push) Failing after 11m47s
test / test-pep440-version (push) Failing after 11m49s
test / test-semver-range (ubuntu-latest) (push) Failing after 11m50s
test / test-specific-version (>=0.3.0) (push) Failing after 11m51s
test / test-specific-version (0.3.2) (push) Failing after 11m53s
test / test-specific-version (0.3) (push) Failing after 11m55s
Update known checksums / build (push) Failing after 10s
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
chore: update known checksums for 0.7.0

Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
2025-04-30 08:25:31 +02:00
Kevin Stillhammer
6b9c6063ab Bump dependencies (#389)
Some checks failed
Release Drafter / ✏️ Draft release (push) Failing after 15s
test / test-specific-version (0.3) (push) Successful in 33s
CodeQL / Analyze (TypeScript) (push) Failing after 37s
test / test-pep440-version (push) Successful in 33s
test / test-uv-file-version (push) Successful in 34s
test / test-semver-range (ubuntu-latest) (push) Successful in 24s
test / test-default-version (ubuntu-latest) (push) Successful in 56s
test / test-pyproject-file-version (push) Successful in 31s
test / test-uvx (push) Successful in 46s
test / lint (push) Successful in 2m3s
test / test-checksum (map[checksum:4d9279ad5ca596b1e2d703901d508430eb07564dc4d8837de9e2fca9c90f8ecd os:ubuntu-latest]) (push) Successful in 1m5s
test / test-setup-cache-requirements-txt (push) Successful in 54s
test / test-no-python-version (push) Failing after 13m26s
test / test-cache-local (map[expected-cache-dir:/home/runner/work/_temp/setup-uv-cache os:ubuntu-latest]) (push) Failing after 13m27s
test / test-setup-cache-dependency-glob (push) Failing after 13m28s
test / test-setup-cache (true, ubuntu-latest) (push) Failing after 13m29s
test / test-setup-cache (false, ubuntu-latest) (push) Failing after 13m31s
test / test-setup-cache (auto, ubuntu-latest) (push) Failing after 13m32s
test / test-musl (push) Failing after 13m33s
test / test-activate-environment (ubuntu-latest) (push) Failing after 13m35s
test / test-python-version (ubuntu-latest) (push) Failing after 13m35s
test / test-tool-install (ubuntu-latest) (push) Failing after 13m37s
test / test-with-explicit-token (push) Failing after 13m40s
test / test-malformed-pyproject-file-fallback (push) Failing after 13m43s
test / test-specific-version (>=0.3.0) (push) Failing after 13m48s
test / test-specific-version (0.3.x) (push) Failing after 13m48s
test / test-specific-version (0.3.2) (push) Failing after 13m48s
test / test-specific-version (0.3.0) (push) Failing after 13m51s
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-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
2025-04-29 22:50:17 +02:00
github-actions[bot]
9a311713f4 chore: update known checksums for 0.6.17 (#384)
Some checks failed
test / test-pyproject-file-version (push) Successful in 19s
Release Drafter / ✏️ Draft release (push) Failing after 33s
test / test-malformed-pyproject-file-fallback (push) Successful in 2m27s
test / test-specific-version (0.3.x) (push) Successful in 2m37s
test / test-specific-version (0.3) (push) Successful in 2m37s
CodeQL / Analyze (TypeScript) (push) Failing after 7m8s
test / lint (push) Successful in 9m1s
test / test-no-python-version (push) Failing after 14m8s
test / test-cache-local (map[expected-cache-dir:/home/runner/work/_temp/setup-uv-cache os:ubuntu-latest]) (push) Failing after 14m9s
test / test-setup-cache-dependency-glob (push) Failing after 14m9s
test / test-setup-cache-requirements-txt (push) Failing after 14m10s
test / test-setup-cache (true, ubuntu-latest) (push) Failing after 14m11s
test / test-setup-cache (false, ubuntu-latest) (push) Failing after 14m12s
test / test-setup-cache (auto, ubuntu-latest) (push) Failing after 14m13s
test / test-musl (push) Failing after 14m13s
test / test-activate-environment (ubuntu-latest) (push) Failing after 14m14s
test / test-python-version (ubuntu-latest) (push) Failing after 14m16s
test / test-tool-install (ubuntu-latest) (push) Failing after 14m18s
test / test-uvx (push) Failing after 14m20s
test / test-with-explicit-token (push) Failing after 14m20s
test / test-checksum (map[checksum:4d9279ad5ca596b1e2d703901d508430eb07564dc4d8837de9e2fca9c90f8ecd os:ubuntu-latest]) (push) Failing after 14m21s
test / test-uv-file-version (push) Failing after 14m22s
test / test-pep440-version (push) Failing after 14m24s
test / test-semver-range (ubuntu-latest) (push) Failing after 14m26s
test / test-specific-version (>=0.3.0) (push) Failing after 14m27s
test / test-specific-version (0.3.2) (push) Failing after 14m28s
test / test-specific-version (0.3.0) (push) Failing after 14m29s
test / test-default-version (ubuntu-latest) (push) Failing after 14m33s
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
Update known checksums / build (push) Failing after 10s
chore: update known checksums for 0.6.17

Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
2025-04-25 19:04:33 +00:00
Kevin Stillhammer
a0f9da6273 No default UV_CACHE_DIR on selfhosted runners (#380)
Closes: #371
2025-04-24 15:17:56 +02:00
Kevin Stillhammer
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
2025-04-24 15:17:35 +02:00
github-actions[bot]
aa1290542e chore: update known checksums for 0.6.16 (#378)
Some checks failed
Release Drafter / ✏️ Draft release (push) Failing after 8s
test / test-default-version (ubuntu-latest) (push) Successful in 33s
CodeQL / Analyze (TypeScript) (push) Failing after 1m16s
test / test-setup-cache-dependency-glob (push) Successful in 57s
test / test-python-version (windows-latest) (push) Successful in 2m11s
test / lint (push) Successful in 2m49s
test / test-restore-cache-dependency-glob (push) Successful in 1m40s
test / test-no-python-version (push) Failing after 14m29s
test / test-setup-cache-requirements-txt (push) Failing after 14m30s
test / test-setup-cache (true, ubuntu-latest) (push) Failing after 14m33s
test / test-setup-cache (false, ubuntu-latest) (push) Failing after 14m35s
test / test-setup-cache (auto, ubuntu-latest) (push) Failing after 14m36s
test / test-musl (push) Failing after 14m38s
test / test-python-version (ubuntu-latest) (push) Failing after 14m42s
test / test-python-version (macos-latest) (push) Failing after 14m43s
test / test-tool-install (ubuntu-latest) (push) Failing after 14m44s
test / test-uvx (push) Failing after 14m46s
test / test-with-explicit-token (push) Failing after 14m46s
test / test-checksum (map[checksum:4d9279ad5ca596b1e2d703901d508430eb07564dc4d8837de9e2fca9c90f8ecd os:ubuntu-latest]) (push) Failing after 14m48s
test / test-uv-file-version (push) Failing after 14m48s
test / test-malformed-pyproject-file-fallback (push) Failing after 14m50s
test / test-pyproject-file-version (push) Failing after 14m52s
test / test-pep440-version (push) Failing after 14m53s
test / test-semver-range (ubuntu-latest) (push) Failing after 14m54s
test / test-specific-version (>=0.3.0) (push) Failing after 14m55s
test / test-specific-version (0.3.x) (push) Failing after 14m58s
test / test-specific-version (0.3.2) (push) Failing after 14m59s
test / test-specific-version (0.3.0) (push) Failing after 14m59s
test / test-specific-version (0.3) (push) Failing after 15m1s
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 39s
chore: update known checksums for 0.6.16

Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
2025-04-22 07:39:59 +00:00
github-actions[bot]
fcaddda076 chore: update known checksums for 0.6.15 (#377)
Some checks failed
test / test-specific-version (0.3.0) (push) Successful in 28s
test / test-pyproject-file-version (push) Successful in 27s
test / test-specific-version (0.3.x) (push) Successful in 57s
Release Drafter / ✏️ Draft release (push) Failing after 1m21s
test / test-setup-cache (true, ubuntu-latest) (push) Successful in 1m7s
CodeQL / Analyze (TypeScript) (push) Failing after 3m21s
test / lint (push) Successful in 4m15s
test / test-no-python-version (push) Failing after 14m8s
test / test-setup-cache-dependency-glob (push) Failing after 14m11s
test / test-setup-cache-requirements-txt (push) Failing after 14m11s
test / test-setup-cache (false, ubuntu-latest) (push) Failing after 14m13s
test / test-setup-cache (auto, ubuntu-latest) (push) Failing after 14m14s
test / test-musl (push) Failing after 14m15s
test / test-python-version (windows-latest) (push) Failing after 14m16s
test / test-python-version (ubuntu-latest) (push) Failing after 14m17s
test / test-python-version (macos-latest) (push) Failing after 14m19s
test / test-tool-install (ubuntu-latest) (push) Failing after 14m20s
test / test-uvx (push) Failing after 14m20s
test / test-with-explicit-token (push) Failing after 14m22s
test / test-checksum (map[checksum:4d9279ad5ca596b1e2d703901d508430eb07564dc4d8837de9e2fca9c90f8ecd os:ubuntu-latest]) (push) Failing after 14m24s
test / test-uv-file-version (push) Failing after 14m24s
test / test-malformed-pyproject-file-fallback (push) Failing after 14m26s
test / test-pep440-version (push) Failing after 14m27s
test / test-semver-range (ubuntu-latest) (push) Failing after 14m29s
test / test-specific-version (>=0.3.0) (push) Failing after 14m30s
test / test-specific-version (0.3.2) (push) Failing after 14m33s
test / test-specific-version (0.3) (push) Failing after 14m34s
test / test-default-version (ubuntu-latest) (push) Failing after 14m36s
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
chore: update known checksums for 0.6.15

Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
2025-04-22 06:20:07 +00:00
Kevin Stillhammer
fb3a0a97fa log info on venv activation (#375)
Some checks failed
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
2025-04-17 21:02:21 +02:00
Kevin Stillhammer
d4b2f3b6ec Make sure uv installed by setup-uv is first in PATH (#373)
Some checks failed
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
2025-04-16 10:31:45 +00:00
github-actions[bot]
594f292eef chore: update known checksums for 0.6.14 (#366)
Some checks failed
CodeQL / Analyze (TypeScript) (push) Failing after 2m50s
Release Drafter / ✏️ Draft release (push) Failing after 25s
test / lint (push) Successful in 48s
test / test-default-version (ubuntu-latest) (push) Successful in 28s
test / test-specific-version (0.3) (push) Successful in 35s
test / test-specific-version (0.3.0) (push) Successful in 32s
test / test-specific-version (0.3.2) (push) Successful in 30s
test / test-specific-version (0.3.x) (push) Successful in 40s
test / test-specific-version (>=0.3.0) (push) Successful in 35s
test / test-semver-range (push) Successful in 29s
test / test-pep440-version (push) Successful in 31s
test / test-pyproject-file-version (push) Successful in 30s
test / test-malformed-pyproject-file-fallback (push) Successful in 30s
test / test-uv-file-version (push) Successful in 21s
test / test-checksum (map[checksum:4d9279ad5ca596b1e2d703901d508430eb07564dc4d8837de9e2fca9c90f8ecd os:ubuntu-latest]) (push) Successful in 47s
test / test-with-explicit-token (push) Successful in 29s
test / test-uvx (push) Successful in 31s
test / test-tool-install (ubuntu-latest) (push) Successful in 34s
test / test-python-version (macos-latest) (push) Successful in 48s
test / test-python-version (ubuntu-latest) (push) Successful in 55s
test / test-python-version (windows-latest) (push) Successful in 47s
test / test-musl (push) Failing after 16s
test / test-setup-cache (auto, ubuntu-latest) (push) Successful in 30s
test / test-setup-cache (false, ubuntu-latest) (push) Successful in 29s
test / test-setup-cache (true, ubuntu-latest) (push) Successful in 9m39s
test / test-setup-cache-requirements-txt (push) Successful in 9m28s
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 9m28s
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 2m7s
chore: update known checksums for 0.6.14

Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
2025-04-10 05:42:17 +00:00
github-actions[bot]
9ad030384d chore: update known checksums for 0.6.13 (#365)
Some checks failed
CodeQL / Analyze (TypeScript) (push) Failing after 32s
Release Drafter / ✏️ Draft release (push) Failing after 7s
test / lint (push) Successful in 50s
test / test-default-version (ubuntu-latest) (push) Successful in 23s
test / test-specific-version (0.3) (push) Successful in 23s
test / test-specific-version (0.3.0) (push) Successful in 13s
test / test-specific-version (0.3.2) (push) Successful in 14s
test / test-specific-version (0.3.x) (push) Successful in 23s
test / test-specific-version (>=0.3.0) (push) Successful in 22s
test / test-semver-range (push) Successful in 15s
test / test-pep440-version (push) Successful in 10s
test / test-pyproject-file-version (push) Successful in 4s
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 13s
test / test-with-explicit-token (push) Successful in 15s
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 33s
test / test-python-version (ubuntu-latest) (push) Successful in 33s
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 14s
test / test-setup-cache (false, ubuntu-latest) (push) Successful in 14s
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 9m40s
test / test-restore-cache-dependency-glob (push) Successful in 9m23s
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 52s
chore: update known checksums for 0.6.13

Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
2025-04-08 07:21:58 +00:00
github-actions[bot]
9e2c33a082 chore: update known checksums for 0.6.12 (#362)
Some checks failed
CodeQL / Analyze (TypeScript) (push) Failing after 30s
Release Drafter / ✏️ Draft release (push) Failing after 9s
test / lint (push) Successful in 1m21s
test / test-default-version (ubuntu-latest) (push) Successful in 27s
test / test-specific-version (0.3) (push) Successful in 26s
test / test-specific-version (0.3.0) (push) Successful in 16s
test / test-specific-version (0.3.2) (push) Successful in 14s
test / test-specific-version (0.3.x) (push) Successful in 26s
test / test-specific-version (>=0.3.0) (push) Successful in 25s
test / test-semver-range (push) Successful in 15s
test / test-pep440-version (push) Successful in 10s
test / test-pyproject-file-version (push) Successful in 4s
test / test-malformed-pyproject-file-fallback (push) Successful in 17s
test / test-uv-file-version (push) Successful in 5s
test / test-checksum (map[checksum:4d9279ad5ca596b1e2d703901d508430eb07564dc4d8837de9e2fca9c90f8ecd os:ubuntu-latest]) (push) Successful in 13s
test / test-with-explicit-token (push) Successful in 17s
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 36s
test / test-python-version (ubuntu-latest) (push) Successful in 39s
test / test-python-version (windows-latest) (push) Successful in 36s
test / test-musl (push) Failing after 5s
test / test-setup-cache (auto, ubuntu-latest) (push) Successful in 16s
test / test-setup-cache (false, ubuntu-latest) (push) Successful in 15s
test / test-setup-cache (true, ubuntu-latest) (push) Successful in 9m33s
test / test-setup-cache-requirements-txt (push) Successful in 9m33s
test / test-setup-cache-dependency-glob (push) Successful in 9m36s
test / test-no-python-version (push) Successful in 9m45s
test / test-restore-cache-dependency-glob (push) Successful in 9m24s
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 9s
chore: update known checksums for 0.6.12

Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
2025-04-03 05:49:37 +00:00
github-actions[bot]
9bf3815166 chore: update known checksums for 0.6.11 (#357)
chore: update known checksums for 0.6.11

Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
2025-03-31 05:59:26 +00:00
Kevin Stillhammer
794ea9455c Add support for pep440 version identifiers (#353)
Fixes: #264
2025-03-30 18:00:56 +02:00
github-actions[bot]
2d49baf2b6 chore: update known checksums for 0.6.10 (#345)
Some checks failed
CodeQL / Analyze (TypeScript) (push) Failing after 23s
Release Drafter / ✏️ Draft release (push) Failing after 6s
test / lint (push) Successful in 45s
test / test-default-version (ubuntu-latest) (push) Successful in 14s
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 22s
test / test-specific-version (>=0.3.0) (push) Successful in 21s
test / test-semver-range (push) Successful in 13s
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 13s
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 13s
test / test-python-version (macos-latest) (push) Successful in 28s
test / test-python-version (ubuntu-latest) (push) Successful in 29s
test / test-python-version (windows-latest) (push) Successful in 30s
test / test-musl (push) Failing after 3s
test / test-setup-cache (auto, ubuntu-latest) (push) Successful in 14s
test / test-setup-cache (false, ubuntu-latest) (push) Successful in 13s
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 9m32s
test / test-no-python-version (push) Successful in 9m41s
test / test-restore-cache-dependency-glob (push) Successful in 9m26s
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 9s
chore: update known checksums for 0.6.10

Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
2025-03-28 06:55:15 +00:00
Kevin Stillhammer
22695119d7 Add uv-path and uvx-path output (#341)
Some checks failed
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
2025-03-21 13:44:23 +01:00
github-actions[bot]
bf8ec1ea35 chore: update known checksums for 0.6.9 (#339)
Some checks failed
CodeQL / Analyze (TypeScript) (push) Failing after 7m13s
Release Drafter / ✏️ Draft release (push) Failing after 32s
test / lint (push) Successful in 1m39s
test / test-default-version (ubuntu-latest) (push) Successful in 32s
test / test-specific-version (0.3) (push) Successful in 33s
test / test-specific-version (0.3.0) (push) Successful in 38s
test / test-specific-version (0.3.2) (push) Successful in 26s
test / test-specific-version (0.3.x) (push) Successful in 28s
test / test-specific-version (>=0.3.0) (push) Successful in 33s
test / test-semver-range (push) Successful in 37s
test / test-pyproject-file-version (push) Successful in 24s
test / test-malformed-pyproject-file-fallback (push) Successful in 32s
test / test-uv-file-version (push) Successful in 15s
test / test-checksum (map[checksum:4d9279ad5ca596b1e2d703901d508430eb07564dc4d8837de9e2fca9c90f8ecd os:ubuntu-latest]) (push) Successful in 36s
test / test-with-explicit-token (push) Successful in 31s
test / test-uvx (push) Successful in 30s
test / test-tool-install (ubuntu-latest) (push) Successful in 36s
test / test-python-version (macos-latest) (push) Successful in 1m14s
test / test-python-version (ubuntu-latest) (push) Successful in 1m6s
test / test-python-version (windows-latest) (push) Successful in 1m12s
test / test-musl (push) Failing after 15s
test / test-setup-cache (auto, ubuntu-latest) (push) Successful in 35s
test / test-setup-cache (false, ubuntu-latest) (push) Successful in 28s
test / test-setup-cache (true, ubuntu-latest) (push) Successful in 9m40s
test / test-setup-cache-requirements-txt (push) Successful in 9m40s
test / test-setup-cache-dependency-glob (push) Successful in 9m37s
test / test-no-python-version (push) Successful in 9m40s
test / test-restore-cache-dependency-glob (push) Successful in 9m30s
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
chore: update known checksums for 0.6.9

Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
2025-03-21 07:09:51 +00:00
dependabot[bot]
57fe17c2c5 Bump @actions/cache from 4.0.2 to 4.0.3 (#334)
Some checks failed
CodeQL / Analyze (TypeScript) (push) Failing after 34s
Release Drafter / ✏️ Draft release (push) Failing after 9s
test-cache / test-setup-cache (auto, ubuntu-latest) (push) Successful in 17s
Check dist/ / check-dist (push) Successful in 1m7s
test-cache / test-setup-cache (false, ubuntu-latest) (push) Successful in 19s
test-cache / test-setup-cache (true, ubuntu-latest) (push) Successful in 38s
test-cache / test-setup-cache-requirements-txt (push) Successful in 36s
test-cache / test-setup-cache-dependency-glob (push) Successful in 37s
test-cache / test-no-python-version (push) Successful in 52s
test / test-default-version (ubuntu-latest) (push) Successful in 16s
test / build (push) Successful in 1m7s
test / test-specific-version (0.3) (push) Successful in 25s
test / test-specific-version (0.3.0) (push) Successful in 17s
test / test-specific-version (0.3.2) (push) Successful in 15s
test / test-specific-version (0.3.x) (push) Successful in 24s
test / test-specific-version (>=0.3.0) (push) Successful in 20s
test / test-pyproject-file-version (push) Successful in 9s
test / test-uv-file-version (push) Successful in 8s
test / test-semver-range (push) Successful in 20s
test / test-checksum (4d9279ad5ca596b1e2d703901d508430eb07564dc4d8837de9e2fca9c90f8ecd, ubuntu-latest) (push) Successful in 14s
test / test-with-explicit-token (push) Successful in 17s
test / test-uvx (push) Successful in 18s
test / test-tool-install (ubuntu-latest) (push) Successful in 20s
test / test-python-version (ubuntu-latest) (push) Successful in 36s
test / test-python-version (macos-latest) (push) Successful in 41s
test / test-malformed-pyproject-file-fallback (push) Successful in 18s
test / test-musl (push) Failing after 8s
test / test-python-version (windows-latest) (push) Successful in 38s
test-cache / test-restore-cache-dependency-glob (push) Successful in 30s
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
Bumps
[@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache)
from 4.0.2 to 4.0.3.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/actions/toolkit/blob/main/packages/cache/RELEASES.md"><code>@​actions/cache</code>'s
changelog</a>.</em></p>
<blockquote>
<h3>4.0.3</h3>
<ul>
<li>Added masking for Shared Access Signature (SAS) cache entry URLs <a
href="https://redirect.github.com/actions/toolkit/pull/1982">#1982</a></li>
<li>Improved debugging by logging both the cache version alongside the
keys requested when a cache restore fails <a
href="https://redirect.github.com/actions/toolkit/pull/1994">#1994</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/actions/toolkit/commits/HEAD/packages/cache">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@actions/cache&package-manager=npm_and_yarn&previous-version=4.0.2&new-version=4.0.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-19 15:14:06 +01:00
github-actions[bot]
19df292e24 chore: update known checksums for 0.6.8 (#332)
Some checks failed
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 11s
test-cache / test-setup-cache (auto, ubuntu-latest) (push) Successful in 24s
Check dist/ / check-dist (push) Successful in 1m28s
test-cache / test-setup-cache (false, ubuntu-latest) (push) Successful in 17s
test-cache / test-setup-cache (true, ubuntu-latest) (push) Successful in 39s
test-cache / test-setup-cache-requirements-txt (push) Successful in 39s
test-cache / test-setup-cache-dependency-glob (push) Successful in 40s
test-cache / test-no-python-version (push) Successful in 53s
test / test-default-version (ubuntu-latest) (push) Successful in 18s
test / test-specific-version (0.3) (push) Successful in 39s
test / build (push) Successful in 1m40s
test / test-specific-version (0.3.0) (push) Successful in 20s
test / test-specific-version (0.3.2) (push) Successful in 17s
test / test-specific-version (0.3.x) (push) Successful in 25s
test / test-specific-version (>=0.3.0) (push) Successful in 22s
test / test-semver-range (push) Successful in 15s
test / test-pyproject-file-version (push) Successful in 11s
test / test-uv-file-version (push) Successful in 9s
test / test-checksum (4d9279ad5ca596b1e2d703901d508430eb07564dc4d8837de9e2fca9c90f8ecd, ubuntu-latest) (push) Successful in 17s
test / test-with-explicit-token (push) Successful in 21s
test / test-uvx (push) Successful in 19s
test / test-tool-install (ubuntu-latest) (push) Successful in 20s
test / test-python-version (macos-latest) (push) Successful in 49s
test / test-python-version (ubuntu-latest) (push) Successful in 1m2s
test / test-malformed-pyproject-file-fallback (push) Successful in 22s
test / test-python-version (windows-latest) (push) Successful in 45s
test / test-musl (push) Failing after 8s
test-cache / test-restore-cache-dependency-glob (push) Successful in 32s
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
chore: update known checksums for 0.6.8

Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
2025-03-19 06:43:29 +01:00
github-actions[bot]
7d9a2d93c4 chore: update known checksums for 0.6.7 (#330)
Some checks failed
test / test-uvx (push) Successful in 20s
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 11s
test-cache / test-setup-cache (auto, ubuntu-latest) (push) Successful in 41s
test-cache / test-setup-cache (false, ubuntu-latest) (push) Successful in 26s
Check dist/ / check-dist (push) Successful in 2m17s
test-cache / test-setup-cache (true, ubuntu-latest) (push) Successful in 47s
test-cache / test-setup-cache-requirements-txt (push) Successful in 42s
test-cache / test-setup-cache-dependency-glob (push) Successful in 42s
test-cache / test-no-python-version (push) Successful in 56s
test / test-default-version (ubuntu-latest) (push) Successful in 23s
test / test-specific-version (0.3) (push) Successful in 31s
test / build (push) Successful in 1m23s
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 28s
test / test-specific-version (>=0.3.0) (push) Successful in 22s
test / test-pyproject-file-version (push) Successful in 10s
test / test-semver-range (push) Successful in 20s
test / test-uv-file-version (push) Successful in 12s
test / test-checksum (4d9279ad5ca596b1e2d703901d508430eb07564dc4d8837de9e2fca9c90f8ecd, ubuntu-latest) (push) Successful in 20s
test / test-with-explicit-token (push) Successful in 24s
test / test-tool-install (ubuntu-latest) (push) Successful in 26s
test / test-python-version (macos-latest) (push) Successful in 49s
test / test-python-version (ubuntu-latest) (push) Successful in 1m1s
test / test-malformed-pyproject-file-fallback (push) Successful in 20s
test / test-python-version (windows-latest) (push) Successful in 54s
test / test-musl (push) Failing after 8s
test-cache / test-restore-cache-dependency-glob (push) Successful in 33s
Update known checksums / build (push) Failing after 14s
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
chore: update known checksums for 0.6.7

Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
2025-03-18 15:42:46 +01:00
Kevin Stillhammer
d02c4c2d68 Bump dependencies (#324)
Some checks failed
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
2025-03-17 10:32:59 +01:00
Kevin Stillhammer
a05a582c56 Warn when the workdir is empty (#322)
Closes: #306
2025-03-16 22:15:17 +01:00
github-actions[bot]
d8a276f11f chore: update known checksums for 0.6.6 (#318)
chore: update known checksums for 0.6.6

Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
2025-03-12 06:35:09 +00:00
github-actions[bot]
59ae1ec55b chore: update known checksums for 0.6.5 (#313)
Some checks failed
Release Drafter / ✏️ Draft release (push) Failing after 20s
test-cache / test-setup-cache (auto, ubuntu-latest) (push) Successful in 42s
test-cache / test-setup-cache (false, ubuntu-latest) (push) Successful in 46s
test-cache / test-setup-cache (true, ubuntu-latest) (push) Successful in 1m8s
test-cache / test-setup-cache-requirements-txt (push) Successful in 58s
test-cache / test-setup-cache-dependency-glob (push) Successful in 1m1s
test-cache / test-no-python-version (push) Successful in 1m16s
test / test-default-version (ubuntu-latest) (push) Successful in 43s
Check dist/ / check-dist (push) Failing after 11m11s
test / test-specific-version (0.3) (push) Successful in 48s
test / build (push) Successful in 2m23s
test / test-specific-version (0.3.0) (push) Successful in 42s
test / test-specific-version (0.3.2) (push) Successful in 38s
test / test-specific-version (0.3.x) (push) Successful in 59s
test / test-specific-version (>=0.3.0) (push) Successful in 55s
test / test-semver-range (push) Successful in 50s
test / test-pyproject-file-version (push) Successful in 33s
test / test-uv-file-version (push) Successful in 30s
test / test-checksum (4d9279ad5ca596b1e2d703901d508430eb07564dc4d8837de9e2fca9c90f8ecd, ubuntu-latest) (push) Successful in 41s
test / test-with-explicit-token (push) Successful in 42s
test / test-uvx (push) Successful in 49s
test / test-tool-install (ubuntu-latest) (push) Successful in 56s
test / test-python-version (macos-latest) (push) Successful in 1m27s
test / test-python-version (ubuntu-latest) (push) Successful in 1m28s
test / test-malformed-pyproject-file-fallback (push) Successful in 45s
test / test-python-version (windows-latest) (push) Successful in 1m30s
test / test-musl (push) Failing after 22s
test-cache / test-restore-cache-dependency-glob (push) Successful in 40s
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 37s
CodeQL / Analyze (TypeScript) (push) Failing after 30s
chore: update known checksums for 0.6.5

Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
2025-03-07 06:50:46 +00:00
Kevin Stillhammer
f94ec6bedd bump dependencies (#308)
Some checks failed
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
2025-02-28 16:35:57 +00:00
Kevin Stillhammer
0313224678 Always fall back to anonymous download (#304)
Closes: #268
Closes: #305
2025-02-28 17:25:17 +01:00
github-actions[bot]
b498c74bf4 chore: update known checksums for 0.6.3 (#300)
Some checks failed
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
Release Drafter / ✏️ Draft release (push) Failing after 15s
test-cache / test-setup-cache (auto, ubuntu-latest) (push) Failing after 12s
test-cache / test-setup-cache (true, ubuntu-latest) (push) Failing after 13s
CodeQL / Analyze (TypeScript) (push) Failing after 42s
test-cache / test-setup-cache (false, ubuntu-latest) (push) Successful in 38s
test-cache / test-setup-cache-requirements-txt (push) Failing after 31s
test-cache / test-setup-cache-dependency-glob (push) Successful in 40s
test / build (push) Failing after 32s
test / test-default-version (ubuntu-latest) (push) Successful in 24s
test-cache / test-no-python-version (push) Successful in 1m5s
test / test-specific-version (0.3) (push) Failing after 32s
test / test-specific-version (0.3.0) (push) Failing after 27s
test / test-specific-version (0.3.2) (push) Successful in 41s
test / test-specific-version (0.3.x) (push) Failing after 32s
test / test-specific-version (>=0.3.0) (push) Successful in 42s
test / test-pyproject-file-version (push) Failing after 32s
test / test-semver-range (push) Successful in 43s
test / test-uv-file-version (push) Successful in 36s
test / test-checksum (4d9279ad5ca596b1e2d703901d508430eb07564dc4d8837de9e2fca9c90f8ecd, ubuntu-latest) (push) Failing after 31s
test / test-with-explicit-token (push) Successful in 37s
test / test-uvx (push) Successful in 35s
test / test-tool-install (ubuntu-latest) (push) Failing after 31s
test / test-python-version (windows-latest) (push) Failing after 31s
test / test-python-version (macos-latest) (push) Successful in 1m11s
test / test-malformed-pyproject-file-fallback (push) Failing after 31s
test / test-python-version (ubuntu-latest) (push) Successful in 1m21s
test / test-musl (push) Failing after 29s
test-cache / test-restore-cache-dependency-glob (push) Failing after 31s
Check dist/ / check-dist (push) Failing after 6m46s
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
chore: update known checksums for 0.6.3

Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
2025-02-25 06:57:55 +00:00
Kevin Stillhammer
1edb52594c Add more debug logs (#297)
Some checks failed
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
2025-02-21 11:10:37 +01:00
github-actions[bot]
c122541d0b chore: update known checksums for 0.6.2 (#295)
Some checks failed
Release Drafter / ✏️ Draft release (push) Failing after 6s
test-cache / test-setup-cache (auto, ubuntu-latest) (push) Failing after 5s
test-cache / test-setup-cache (true, ubuntu-latest) (push) Failing after 4s
test-cache / test-setup-cache (false, ubuntu-latest) (push) Failing after 5s
test-cache / test-setup-cache-dependency-glob (push) Failing after 4s
test-cache / test-setup-cache-requirements-txt (push) Failing after 5s
test-cache / test-restore-cache-dependency-glob (push) Has been skipped
test-cache / test-no-python-version (push) Failing after 5s
test / test-default-version (ubuntu-latest) (push) Failing after 5s
CodeQL / Analyze (TypeScript) (push) Failing after 42s
test / test-specific-version (0.3.0) (push) Failing after 4s
test / test-specific-version (0.3.2) (push) Failing after 4s
test / test-specific-version (0.3.x) (push) Failing after 4s
Check dist/ / check-dist (push) Successful in 1m8s
test / test-specific-version (>=0.3.0) (push) Failing after 4s
test / test-specific-version (0.3) (push) Successful in 30s
test / build (push) Failing after 49s
test / test-pyproject-file-version (push) Failing after 5s
test / test-uv-file-version (push) Successful in 9s
test / test-with-explicit-token (push) Failing after 3s
test / test-semver-range (push) Successful in 17s
test / test-checksum (4d9279ad5ca596b1e2d703901d508430eb07564dc4d8837de9e2fca9c90f8ecd, ubuntu-latest) (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 (windows-latest) (push) Failing after 3s
test / test-malformed-pyproject-file-fallback (push) Failing after 5s
test / test-musl (push) Failing after 4s
test / test-uvx (push) Successful in 34s
test / test-python-version (ubuntu-latest) (push) Successful in 50s
Update known checksums / build (push) Failing after 18s
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
chore: update known checksums for 0.6.2

Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
2025-02-20 06:34:56 +00:00
github-actions[bot]
7c47ef9ebd chore: update known checksums for 0.6.1 (#293)
Some checks failed
Check dist/ / check-dist (push) Failing after 14s
Release Drafter / ✏️ Draft release (push) Failing after 11s
test-cache / test-setup-cache (true, ubuntu-latest) (push) Failing after 5s
test-cache / test-setup-cache (false, ubuntu-latest) (push) Failing after 8s
test-cache / test-setup-cache-dependency-glob (push) Failing after 4s
test-cache / test-setup-cache (auto, ubuntu-latest) (push) Successful in 30s
test-cache / test-no-python-version (push) Failing after 7s
test-cache / test-restore-cache-dependency-glob (push) Has been skipped
test / build (push) Failing after 8s
test / test-specific-version (0.3) (push) Failing after 8s
test / test-specific-version (0.3.0) (push) Failing after 5s
test / test-default-version (ubuntu-latest) (push) Successful in 18s
test-cache / test-setup-cache-requirements-txt (push) Successful in 44s
test / test-specific-version (0.3.x) (push) Failing after 5s
test / test-pyproject-file-version (push) Failing after 6s
test / test-specific-version (0.3.2) (push) Failing after 30s
test / test-semver-range (push) Successful in 17s
test / test-uv-file-version (push) Failing after 5s
test / test-specific-version (>=0.3.0) (push) Successful in 36s
test / test-uvx (push) Failing after 5s
test / test-checksum (4d9279ad5ca596b1e2d703901d508430eb07564dc4d8837de9e2fca9c90f8ecd, ubuntu-latest) (push) Failing after 11s
test / test-python-version (macos-latest) (push) Failing after 5s
test / test-python-version (windows-latest) (push) Failing after 5s
test / test-with-explicit-token (push) Successful in 41s
test / test-tool-install (ubuntu-latest) (push) Successful in 44s
test / test-python-version (ubuntu-latest) (push) Failing after 24s
test / test-malformed-pyproject-file-fallback (push) Failing after 7s
test / test-musl (push) Failing after 57s
CodeQL / Analyze (TypeScript) (push) Failing after 33s
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 12s
chore: update known checksums for 0.6.1

Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
2025-02-18 06:42:12 +00:00
Kevin Stillhammer
e2e9087257 Support OS using musl (#284)
Some checks failed
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
2025-02-17 10:32:34 +01:00
Zxilly
bb8d247e1a feat: support s390x and powerpc (#289)
Some checks failed
test-cache / test-setup-cache (auto, ubuntu-latest) (push) Failing after 11s
test-cache / test-setup-cache (false, ubuntu-latest) (push) Failing after 11s
Release Drafter / ✏️ Draft release (push) Failing after 34s
Check dist/ / check-dist (push) Successful in 52s
test-cache / test-setup-cache (true, ubuntu-latest) (push) Failing after 31s
test-cache / test-setup-cache-requirements-txt (push) Successful in 38s
test-cache / test-setup-cache-dependency-glob (push) Successful in 44s
test-cache / test-no-python-version (push) Failing after 31s
test / test-default-version (ubuntu-latest) (push) Successful in 25s
test / test-specific-version (0.3) (push) Failing after 32s
test / test-specific-version (0.3.0) (push) Successful in 36s
test / test-specific-version (0.3.2) (push) Failing after 32s
test / build (push) Successful in 1m51s
test / test-specific-version (>=0.3.0) (push) Failing after 31s
test / test-specific-version (0.3.x) (push) Successful in 38s
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-semver-range (push) Successful in 43s
test / test-tool-install (ubuntu-latest) (push) Failing after 4s
test / test-pyproject-file-version (push) Failing after 31s
test / test-uv-file-version (push) Successful in 30s
test / test-python-version (ubuntu-latest) (push) Failing after 4s
test / test-python-version (windows-latest) (push) Failing after 4s
test-cache / test-restore-cache-dependency-glob (push) Failing after 4s
test / test-malformed-pyproject-file-fallback (push) Successful in 38s
test / test-python-version (macos-latest) (push) Successful in 1m11s
CodeQL / Analyze (TypeScript) (push) Failing after 14m55s
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 17s
This patch adds support for `s390x` and `powerpc`.

According
https://github.com/nodejs/node/blob/main/BUILDING.md#platform-list ,
only `powerpcle` available on Linux. So we always use
`uv-powerpc64le-unknown-linux-gnu`
2025-02-15 22:30:44 +01:00