Features
- Added an
installer-parallel
input for configuring theinstaller.parallel
config option. Thanks @miigotu 👍 - Updated the
version
default tolatest
. Not specifyingversion
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