github-actions[bot]
c122541d0b
chore: update known checksums for 0.6.2 ( #295 )
...
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 )
...
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 )
...
Fixes : #278
2025-02-17 10:32:34 +01:00
Zxilly
bb8d247e1a
feat: support s390x and powerpc ( #289 )
...
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
github-actions[bot]
1ffa6dc3ad
chore: update known checksums for 0.6.0 ( #288 )
...
chore: update known checksums for 0.6.0
Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
2025-02-15 08:49:35 +00:00
github-actions[bot]
ee84cf5cb8
chore: update known checksums for 0.5.31 ( #277 )
...
chore: update known checksums for 0.5.31
Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
2025-02-13 06:53:04 +00:00
github-actions[bot]
61ee7954c6
chore: update known checksums for 0.5.29 ( #272 )
...
chore: update known checksums for 0.5.29
Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
2025-02-06 07:38:53 +00:00
github-actions[bot]
cad8337f4e
chore: update known checksums for 0.5.28 ( #270 )
...
chore: update known checksums for 0.5.28
Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
2025-02-05 08:22:30 +00:00
github-actions[bot]
a4c8ae423e
chore: update known checksums for 0.5.27 ( #267 )
...
chore: update known checksums for 0.5.27
Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
2025-02-04 07:32:57 +00:00
github-actions[bot]
afa3c8c42b
chore: update known checksums for 0.5.26 ( #263 )
...
chore: update known checksums for 0.5.26
Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
2025-01-31 22:39:10 +01:00
Kevin Stillhammer
4db96194c3
Do not expect GITHUB_TOKEN to be set or valid ( #262 )
...
This fixes issues with GHES
Fixes : #221
2025-01-30 14:37:07 +01:00
github-actions[bot]
2625dd350b
chore: update known checksums for 0.5.25 ( #259 )
...
chore: update known checksums for 0.5.25
Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
2025-01-29 10:28:48 +00:00
github-actions[bot]
7cf65ded99
chore: update known checksums for 0.5.24 ( #256 )
...
chore: update known checksums for 0.5.24
Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
2025-01-25 07:19:40 +00:00
github-actions[bot]
6e6e5a74f6
chore: update known checksums for 0.5.23 ( #252 )
...
chore: update known checksums for 0.5.23
Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
2025-01-23 07:06:16 +00:00
github-actions[bot]
20980170aa
chore: update known checksums for 0.5.22 ( #250 )
...
chore: update known checksums for 0.5.22
Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
2025-01-22 10:26:17 +00:00
github-actions[bot]
02dfe76bef
chore: update known checksums for 0.5.21 ( #247 )
...
chore: update known checksums for 0.5.21
Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
2025-01-17 21:36:02 +00:00
Kevin Stillhammer
14dc0be27c
Fallback if toml file parsing failed ( #246 )
2025-01-16 16:54:33 +01:00
Kevin Stillhammer
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
4e3dbecc19
Add venv/bin as absolute path to PATH ( #241 )
...
Fixes : #239
2025-01-16 09:14:32 +00:00
github-actions[bot]
118b7214ec
chore: update known checksums for 0.5.20 ( #238 )
...
chore: update known checksums for 0.5.20
Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
2025-01-16 08:10:23 +00:00
github-actions[bot]
d942048030
chore: update known checksums for 0.5.19 ( #237 )
...
chore: update known checksums for 0.5.19
Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
2025-01-16 06:50:10 +00:00
Kevin Stillhammer
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
github-actions[bot]
d577e74f98
chore: update known checksums for 0.5.18 ( #232 )
...
chore: update known checksums for 0.5.18
Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
2025-01-11 15:28:58 +00:00
github-actions[bot]
7174288630
chore: update known checksums for 0.5.17 ( #231 )
...
chore: update known checksums for 0.5.17
Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
2025-01-10 22:28:45 +00:00
github-actions[bot]
94a861f4b5
chore: update known checksums for 0.5.16 ( #228 )
...
chore: update known checksums for 0.5.16
Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
2025-01-08 17:22:28 +00:00
github-actions[bot]
4cd05096c3
chore: update known checksums for 0.5.15 ( #225 )
...
chore: update known checksums for 0.5.15
Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
2025-01-07 07:36:35 +00:00
samypr100
7768fe6bf0
fix: make sure VIRTUAL_ENV is an absolute path ( #224 )
...
Closes https://github.com/astral-sh/setup-uv/issues/219
2025-01-06 17:34:15 -05:00
github-actions[bot]
7b290f7b85
chore: update known checksums for 0.5.14 ( #222 )
...
chore: update known checksums for 0.5.14
Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
2025-01-03 07:52:49 +00:00
github-actions[bot]
9869cbc19a
chore: update known checksums for 0.5.12 ( #214 )
...
chore: update known checksums for 0.5.12
Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
2024-12-26 21:13:31 +00:00
Kevin Stillhammer
887a942a15
Set VIRTUAL_ENV to .venv instead of .venv/bin ( #210 )
...
Closes : #209
2024-12-23 17:45:21 +01:00
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
github-actions[bot]
2af22b5b2d
chore: update known checksums for 0.5.11 ( #198 )
...
chore: update known checksums for 0.5.11
Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
2024-12-20 07:25:55 +00:00
Kevin Stillhammer
dd578776bb
Auto activate venv when python-version is set ( #194 )
...
Closes : #124
2024-12-20 08:24:43 +01:00
github-actions[bot]
85aa0bf0c1
chore: update known checksums for 0.5.10 ( #196 )
...
chore: update known checksums for 0.5.10
Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
2024-12-17 21:27:32 +00:00
github-actions[bot]
25b3ce6330
chore: update known checksums for 0.5.9 ( #195 )
...
chore: update known checksums for 0.5.9
Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
2024-12-14 18:08:14 +01:00
Kevin Stillhammer
856099c958
Add python version to cache key ( #187 )
...
Closes : #182
2024-12-13 20:52:12 +01:00
Kevin Stillhammer
e3017a763c
Default to enable-cache: true on GitHub hosted runners ( #193 )
...
Closes : #54
2024-12-13 20:12:42 +01:00
Kevin Stillhammer
3460fe1a9a
Always use api.github.com ( #191 )
...
The octokit client would default to the URL of enterprise instances and
then not be able to find the uv repo.
Closes : #188
2024-12-11 18:42:54 +01:00
github-actions[bot]
884a30e33c
chore: update known checksums for 0.5.8 ( #190 )
...
chore: update known checksums for 0.5.8
Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
2024-12-11 16:59:46 +00: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
github-actions[bot]
1e4d4ea9ff
chore: update known checksums for 0.5.7 ( #183 )
...
chore: update known checksums for 0.5.7
Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
2024-12-07 09:04:51 +00:00
github-actions[bot]
f0b64e0d53
chore: update known checksums for 0.5.6 ( #179 )
...
chore: update known checksums for 0.5.6
Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
2024-12-04 06:37:07 +00:00
pollenJP(@'ω'@)
38f3f10444
Resolve latest version instead of downloading latest release ( #178 )
2024-11-30 19:12:35 +01:00
Kevin Stillhammer
ee4fa33003
Add input python-version ( #174 )
2024-11-28 20:41:37 +00:00
github-actions[bot]
9839fa9fb5
chore: update known checksums for 0.5.5 ( #170 )
...
chore: update known checksums for 0.5.5
Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
2024-11-27 19:28:03 +01:00
Kevin Stillhammer
196fe5f098
Speed up updating known checksums ( #166 )
...
Before downloading the checksum file from the releases, check if we
already know that version.
2024-11-25 09:18:03 +01:00
Kevin Stillhammer
ed171c292b
Fail when cache local path does not exist when trying to cache ( #163 )
...
Can be disabled by setting `ignore-nothing-to-cache: true`
2024-11-23 16:30:54 +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