Kevin Stillhammer
12c852e6ba
Remove uv version from cache key ( #206 )
...
This approach was copied from setup-rye but uv now has the capability to
determine if a cache version is compatible. By removing it we will less
frequently invalidate the cache and thus save bandwidth
Closes : #203
2024-12-22 12:12:29 +01:00
Kevin Stillhammer
180f8b4439
Fix wrong cacheDependencyPathHash ( #201 )
...
Introduced in https://github.com/astral-sh/setup-uv/pull/200 and not
caught because the test is not needed for automerge to pass
2024-12-20 11:42:38 +01:00
Kevin Stillhammer
e3fb95a689
Warn instead of fail for no-dependency-glob ( #200 )
...
Closes : #199
2024-12-20 10:32:52 +00:00
Kevin Stillhammer
856099c958
Add python version to cache key ( #187 )
...
Closes : #182
2024-12-13 20:52:12 +01:00
Kevin Stillhammer
bdcda7e77f
Add hint why cache-dependency-glob fails ( #184 )
...
Make it clear which input can be used to solve the error
Contributes to: #181
2024-12-08 11:09:18 +01:00
Kevin Stillhammer
691a091485
Remove working dir from cacheDependencyGlob error message ( #162 )
...
Since https://github.com/astral-sh/setup-uv/pull/160 we allow searching
everywhere
2024-11-23 11:03:08 +00:00
Kevin Stillhammer
caf0cab7a6
Expand TILDE (~) in path inputs ( #160 )
...
Closes : #159
2024-11-23 09:21:51 +01:00
Kevin Stillhammer
d9a2b6b6fa
Support a list of cache-dependency-glob ( #41 )
...
Closes : #40
Because of build conflics (forgot to run `npm i` after pulling) I
deleted the `dist`folder to start fresh. Turns out that it still
contained the source maps from the very first commit. I removed the
argument to generate those a long time ago
2024-09-06 14:44:31 +02:00
Charlie Marsh
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
4b677dce24
Create no-dependency-glob cache key
2024-08-24 09:23:57 +02:00
Kevin Stillhammer
4203354a33
Compute correct cacheDependencyPathHash
2024-08-24 09:14:37 +02:00
Kevin Stillhammer
18498fc78f
Initial commit
2024-08-23 23:58:26 +02:00