Skip to content
Compare
Choose a tag to compare
@sondrelg sondrelg released this 04 Sep 18:37
· 130 commits to main since this release
fdde2e9

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