Skip to content

Releases: networktocode/gh-action-setup-poetry-environment

v6.1

07 May 19:26
495f5c0
Compare
Choose a tag to compare

What's Changed

  • Install Virtualenv 20.30.0 if Poetry version is <2.0.0 by @smk4664 in #15

New Contributors

Full Changelog: v6...v6.1

v6

25 Jan 08:41
495f5c0
Compare
Choose a tag to compare
v6

What's Changed

New Contributors

Full Changelog: v5...v6

v5

01 Mar 13:07
3e1ecf7
Compare
Choose a tag to compare
v5

What's Changed

  • Bump the default python version by @ubajze in #4

New Contributors

  • @ubajze made their first contribution in #4

Full Changelog: v4...v5

v4

10 Oct 07:51
Compare
Choose a tag to compare
v4

What is new:

  • Poetry is installed with the installer script rather than pip
  • Bump the version of the setup-python action to v4
  • Bump the version of the cache action to v3

v3

22 Sep 13:04
8124d25
Compare
Choose a tag to compare
v3

Added the new input:

  • poetry-install-options (default: --only dev), which append specified options to the the poetry install command

v2

30 Sep 12:13
Compare
Choose a tag to compare
v2

The major update is that now you can select the Python version for the system.

  • Added two input variables:

    • python-version
    • cache-version
  • Added one output variable:

    • python-version

v1

17 Sep 08:21
Compare
Choose a tag to compare
v1
Update the GH action code