Matteo Castellini
94a823180e
Update @actions/cache to v4.0.3 ( #71 )
2025-04-23 15:44:04 +08:00
Frost Ming
b2472ca425
fix: set python version first ( #65 )
...
* fix: set python version first
Signed-off-by: Frost Ming <me@frostming.com>
* fix: drop 3.8 and add 3.13
Signed-off-by: Frost Ming <me@frostming.com>
* fix: update pdm.lock
Signed-off-by: Frost Ming <me@frostming.com>
2024-11-28 09:15:12 +08:00
Szymon Maszke
2f3a9be7ac
feat: add ability to restore cache by exact match ( #60 )
...
Signed-off-by: szymonmaszke <github@maszke.co>
2024-08-09 15:07:36 +08:00
❤是纱雾酱哟~
176c044a20
feat(cache): Distinguish architectures of caches ( #58 )
...
Signed-off-by: ❤是纱雾酱哟~ <49941141+Dragon1573@users.noreply.github.com>
2024-07-03 08:48:56 +08:00
Kenji Matsuoka
568ddd6940
fix: move process.exit() to cache-save.ts ( #53 )
2024-04-18 15:41:39 +08:00
Kenji Matsuoka
7d10bd0f83
feat: Explicitly exit the process to not wait for hanging promises ( #51 )
...
* Explicitly exit the process to not wait for hanging promises
As with other actions like setup-node, I'm seeing 2-4 minute delays in post cache actions lately. Apparently this is because of a change in node behavior: https://github.com/ruby/setup-ruby/issues/543#issuecomment-1793608370
The fix, as with other actions, is to explicitly exit so as not to wait for hanging promises.
* transpiled
2024-03-22 10:41:40 +08:00
Frost Ming
d4d1a77594
fix: version resolution when only version file is present
...
Signed-off-by: Frost Ming <me@frostming.com>
2024-01-25 19:30:00 +08:00
Frost Ming
4882716d1c
feat: support python-version-file input
...
* feat: support python-version-file input
Signed-off-by: Frost Ming <me@frostming.com>
* fix: build esm
Signed-off-by: Frost Ming <me@frostming.com>
* fix: commonjs
Signed-off-by: Frost Ming <me@frostming.com>
2024-01-25 15:07:31 +08:00
Axel H
f94bfb2b4f
feat(node): update dependencies and build to target Node 20 ( #46 )
...
* build(node): update dependencies and build to target Node 20 and remove the build deprecation warning annotations
* ci: trigger build on pull requests
2024-01-25 11:16:20 +08:00
Frost Ming
ddc33ca746
fix: change url
...
Signed-off-by: Frost Ming <me@frostming.com>
2023-08-02 10:58:52 +08:00
David Montague
c287ac6f97
fix: Add pypy-
prefix to version used for cache key when appropriate ( #39 )
...
Add `pypy-` prefix to version used for cache key when appropriate.
Signed-off-by: Frost Ming <me@frostming.com>
2023-07-25 17:59:25 +08:00
Frost Ming
c21a0792fc
feat: add update-python input
...
Signed-off-by: Frost Ming <me@frostming.com>
2023-07-25 17:21:26 +08:00
Frost Ming
2d86acd19c
fix: Give allow-python-prereleases a default value
...
Fix #36
Signed-off-by: Frost Ming <me@frostming.com>
2023-06-24 17:43:12 +08:00
Timothée Mazzucotelli
6f13d8d292
feat: Fallback on prerelease like setup-python does ( #35 )
...
* feat: Fallback on prerelease like setup-python does
* fixup! feat: Fallback on prerelease like setup-python does
* fixup! feat: Fallback on prerelease like setup-python does
* fixup! feat: Fallback on prerelease like setup-python does
* fixup! feat: Fallback on prerelease like setup-python does
* fixup! feat: Fallback on prerelease like setup-python does
2023-06-21 17:08:31 +08:00
Frost Ming
f637ad9fac
fix: use new install script url
...
Signed-off-by: Frost Ming <me@frostming.com>
2023-06-19 18:24:28 +08:00
Trim21
202fe0828e
set esbuild target to node16
( #30 )
2023-05-03 08:00:42 +08:00
Thiago Lages de Alencar
70bb221e37
Remove install-output.json
( #28 )
2023-01-31 08:30:48 +08:00
Frost Ming
a3345616b1
fix: try to use python3 if possible
2022-10-27 11:30:55 +08:00
Frost Ming
ed9b6c5626
fix: post action run even if cache is false ( #24 )
2022-10-21 22:17:30 +08:00
Frost Ming
5f2990033f
feat: built-in cache support ( #22 )
2022-10-21 12:06:56 +08:00
Frost Ming
1c39d42ed6
feat: Use the install script to install PDM in isolated environment ( #21 )
2022-10-21 10:19:30 +08:00
Frost Ming
21f59457b4
feat: Update action to deliminate the deprecation warnings ( #20 )
...
* feat: Update to deliminate deprecation warnings
* update dependencies
* change to the new API
* update env
* update dist js
2022-10-17 16:28:14 +08:00
Frost Ming
1912606aa4
fix: use input python version if compatible
2022-07-21 22:12:25 +08:00
Frost Ming
06d2d28e10
Fix windows action ( #11 )
2022-02-15 14:39:24 +08:00
Frost Ming
3b04047282
fix windows pythonpath
2021-09-22 13:38:35 +08:00
Frost Ming
d0426e0e08
fix python bin path
2021-09-22 11:55:51 +08:00
Frost Ming
0c50f8b28d
fix python path
2021-09-22 11:45:59 +08:00
Frost Ming
a1d9436bad
build action
2021-09-22 10:09:16 +08:00
Frost Ming
52c1246bd4
install toml
2021-07-19 12:47:46 +08:00
Frost Ming
fa9dec1775
Enable PEP582 by default
2021-04-25 18:06:43 +08:00
Frost Ming
b756184efa
fix version output
2021-04-06 09:13:28 +08:00
Frost Ming
51a3c26cfe
reuse the python if possible
2021-04-06 09:10:59 +08:00
Frost Ming
1c9c7664fc
add prerelease option
2021-03-12 15:27:07 +08:00
Frost Ming
fd0333ad49
use esbuild bundler
2021-03-12 13:46:10 +08:00
Frost Ming
e938b9f131
build commonjs file
2021-03-01 11:01:34 +08:00