Skip to content

Releases: snok/install-poetry

v1.3.4

04 Aug 19:40
Compare
Choose a tag to compare

Fixes

Maintenance

New Contributors

Full Changelog: v1...v1.3.4

v1.3.3

12 Oct 01:32
Compare
Choose a tag to compare

What's Changed

Version v1.3.2 broke installations on Windows for Python version 3.7 and 3.8, because of an upstream issue in the official Poetry installer. This version reverts to using an older install script on Windows runners, until the issue is resolved.

Full Changelog: v1...v1.3.3

v1.3.2

07 Oct 01:04
e3dbfd3
Compare
Choose a tag to compare

What's Changed

There should be no changes to functionality in this release.

New Contributors

Full Changelog: v1...v1.3.2

v1.3.1

26 Feb 17:32
Compare
Choose a tag to compare

Improvements

  • Moved action shell code to separate script, so it can be linted properly (#70, #71). Thanks @connortann!
  • Updated tests to include newer Poetry versions
  • Docs improvements

v1.3.0

23 Nov 21:27
5e44144
Compare
Choose a tag to compare

Features

  • Added an installation-arguments action input where users can specify any additional arguments they might need (#60). Thanks @mario-bermonti 👍

v1.2.1

01 Oct 20:47
Compare
Choose a tag to compare

Improvements

  • Silenced grep output (noise) during configuration
  • Fixed bug causing config options to not be set correctly

v1.2.0

04 Sep 18:37
fdde2e9
Compare
Choose a tag to compare

Features

  • Added an installer-parallel input for configuring the installer.parallel config option. Thanks @miigotu 👍
  • Updated the version default to latest. Not specifying version will now always install the latest stable release - just like with the regular Poetry installer.

Other improvements

  • Updated action help texts. Outputs now include the installation path to make caching the installation directory even easier.
  • Moved all Poetry configuration logic from an external script, into the action.yml, for better maintainability

v1.2.0-rc1

01 Sep 08:21
Compare
Choose a tag to compare
v1.2.0-rc1 Pre-release
Pre-release
  • Updated action help texts
  • Moved the external configuration script into the action itself to ease development
  • Changed the version default from a specific version to latest. When latest is specified, the latest version of Poetry will be installed.

v1.1.8

09 Aug 19:16
Compare
Choose a tag to compare

Restructured the installation script so the configuration message is output after the Poetry installation.

v1.1.7

27 Jul 21:21
b7a79e9
Compare
Choose a tag to compare

Update default Poetry version to 1.1.7