Kevin Stillhammer and GitHub
4109b4033f
Bump biome to v2 ( #515 )
2025-08-12 20:12:10 +00:00
43f37368c9
Ignore backslashes and whitespace in requirements ( #501 )
...
test / test-musl (push) Failing after 3s
test / test-default-version (ubuntu-latest) (push) Successful in 35s
test / test-malformed-pyproject-file-fallback (push) Successful in 34s
test / test-specific-version (0.3.2) (push) Successful in 39s
test / test-uv-file-version (push) Successful in 35s
test / test-version-file-hash-version (push) Successful in 37s
test / test-pep440-version (push) Successful in 42s
test / test-semver-range (ubuntu-latest) (push) Successful in 54s
test / test-specific-version (0.3) (push) Successful in 59s
test / test-uvx (push) Successful in 52s
test / test-specific-version (0.3.x) (push) Successful in 1m0s
test / test-cache-local (map[expected-cache-dir:/home/runner/work/_temp/setup-uv-cache os:ubuntu-latest]) (push) Failing after 49s
test / test-checksum (map[checksum:4d9279ad5ca596b1e2d703901d508430eb07564dc4d8837de9e2fca9c90f8ecd os:ubuntu-latest]) (push) Successful in 1m1s
test / test-absolute-path (push) Successful in 55s
test / test-tool-install (ubuntu-latest) (push) Successful in 1m3s
test / test-setup-cache (false, ubuntu-latest) (push) Successful in 1m1s
CodeQL / Analyze (TypeScript) (push) Failing after 1m29s
test / test-setup-cache-dependency-glob (push) Successful in 1m25s
test / test-pyproject-file-version (push) Successful in 1m50s
test / test-restore-cache-dependency-glob (push) Successful in 1m6s
test / test-custom-manifest-file (push) Successful in 2m31s
test / test-setup-cache (true, ubuntu-latest) (push) Failing after 4m26s
test / test-activate-environment (ubuntu-latest) (push) Failing after 7m45s
test / lint (push) Failing after 10m26s
test / test-specific-version (0.3.0) (push) Successful in 17m12s
test / test-no-python-version (push) Failing after 24m25s
test / test-setup-cache (auto, ubuntu-latest) (push) Successful in 26m45s
test / test-python-version (ubuntu-latest) (push) Failing after 28m10s
test / test-relative-path (push) Failing after 33m5s
test / test-specific-version (>=0.3.0) (push) Successful in 36m21s
test / test-setup-cache-requirements-txt (push) Successful in 37m36s
test / test-with-explicit-token (push) Successful in 38m26s
test / test-version-file-version (push) Failing after 3h14m0s
Release Drafter / ✏️ Draft release (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-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-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-setup-cache (false, windows-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 (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-local (push) Has been cancelled
test / cleanup-tilde-expansion-tests (push) Has been cancelled
test / all-tests-passed (push) Has been cancelled
test / test-restore-cache-requirements-txt (push) Has been cancelled
Update known versions / build (push) Has been cancelled
setup-uv gets confused when there are backslashes in `requirements.txt`.
This changes the regex to ignore backslashes.
---------
Co-authored-by: axm2 <>
2025-07-26 13:19:52 +00:00
Kevin Stillhammer and GitHub
7edac99f96
Ignore deps starting with uv when finding uv version ( #492 )
...
Fixes : #489
2025-07-18 06:10:43 +00:00
Kevin Stillhammer and GitHub
b75ff7d7b8
Add input version-file ( #486 )
...
Closes : #411
2025-07-17 20:22:18 +02:00
Kevin Stillhammer and GitHub
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
Kevin Stillhammer and GitHub
14dc0be27c
Fallback if toml file parsing failed ( #246 )
2025-01-16 16:54:33 +01:00
Kevin Stillhammer and GitHub
b5f58b2abc
Support toml spec 1.0.0 ( #245 )
...
iarna/toml is unmaintained.
Replaced by smol-toml which is maintained and has the same api
Fixes : #242
2025-01-16 16:38:18 +01:00
Kevin Stillhammer and GitHub
5ce9ee0011
Detect required-version from config file ( #233 )
...
1. If defined use version input
2. If defined use uv-file input
3. If defined use pyproject-file input
4. Search for required-version in uv.toml in repo root
5. Search for required-version in pyproject.toml in repo root
6. Use latest
Closes : #215
2025-01-13 15:24:25 +01:00
Kevin Stillhammer and GitHub
856099c958
Add python version to cache key ( #187 )
...
Closes : #182
2024-12-13 20:52:12 +01:00
Kevin Stillhammer and GitHub
be4207d29e
Add **/requirements*.txt to default cache-dependency-glob ( #185 )
...
Contributes to: https://github.com/astral-sh/setup-uv/issues/181
2024-12-08 17:51:13 +01:00
Kevin Stillhammer and GitHub
b3cf8231d5
Do not change default version on known checksum update ( #39 )
2024-09-05 13:26:17 +00:00
Charlie Marsh and GitHub
182c9c7e92
Change Prettier settings ( #36 )
...
## Summary
I know this is a little tedious but I'd prefer to use the same settings
as in Ruff.
2024-09-05 08:06:45 -04:00
Kevin Stillhammer
18498fc78f
Initial commit
2024-08-23 23:58:26 +02:00