Releases: gabrielfalcao/pyenv-action
Releases · gabrielfalcao/pyenv-action
v7
This release upgrades the deprecated @actions
dependencies and makes pyenv-action work as expected. 💃🏽
v6
Updated pyenv to 1.2.18
v5
- Fail build if user provides an invalid command.
v4
- Skip unnecessary I/O of writing a script file and executing with bash when the
command
input is not provided. - Fix bug in the caching of python versions installed with pyenv.
v3
- Updated readme
- Updated build script
v2
- Fix cache bugs.
- Update branding in marketplace.
v1
- Installs pyenv
1.2.17
. - Exports PYENV_ROOT environment variable.
- Injects
$PYENV_ROOT/bin
in the PATH. - Injects pyenv shims in the PATH.
- Pre-install specified python versions.
- Set default python version (through
pyenv local
).
Note: No support for windows.
v0
Initial prototype for internal-testing.
Not ready for real-life builds.