Skip to content

Commit

Permalink
install pyenv 1.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfalcao committed May 11, 2020
1 parent 7978ed1 commit 97ed31a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This GitHub Action allows using pyenv in your build.
Features:
=========

- Installs pyenv ``1.2.17``.
- Installs pyenv ``1.2.18``.
- Exports `PYENV_ROOT <https://github.com/pyenv/pyenv#environment-variables>`_ environment variable.
- Injects ``$PYENV_ROOT/bin`` in the PATH.
- Injects `pyenv shims <https://github.com/pyenv/pyenv#understanding-shims>`_ in the PATH.
Expand Down
2 changes: 1 addition & 1 deletion src/defaults.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const PYENV_VERSION: string = '1.2.17';
export const PYENV_VERSION: string = '1.2.18';

0 comments on commit 97ed31a

Please sign in to comment.