Skip to content

Releases: gabrielfalcao/pyenv-action

v7

24 Nov 14:35
Compare
Choose a tag to compare

This release upgrades the deprecated @actions dependencies and makes pyenv-action work as expected. 💃🏽

v6

11 May 20:45
Compare
Choose a tag to compare

Updated pyenv to 1.2.18

v5

23 Mar 05:16
Compare
Choose a tag to compare
  • Fail build if user provides an invalid command.

v4

23 Mar 03:34
Compare
Choose a tag to compare
  • 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

23 Mar 02:43
Compare
Choose a tag to compare
  • Updated readme
  • Updated build script

v2

23 Mar 02:38
Compare
Choose a tag to compare
  • Fix cache bugs.
  • Update branding in marketplace.

v1

23 Mar 02:26
Compare
Choose a tag to compare
  • 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

22 Mar 07:07
Compare
Choose a tag to compare
v0 Pre-release
Pre-release

Initial prototype for internal-testing.
Not ready for real-life builds.