Releases: ItsDrike/setup-poetry
v1.1.7
Fix typo in v1.1.6
v1.1.6
Fix issue with adding poetry to PATH
1.1.5
v1.1.5 Release v1.1.5
v1.1.4
Fix action failing on MacOS, due to the core utils not being installed there by default, which means sha256sum
isn't available. Resolved by using openssl sha256
instead, which is available by default across all major platforms. (See #6)
v1.1.3
Fix #2: Install args containing special characters, most notable a comma, such as with something like --only dev,lint
caused an error when saving cache, since cache keys can't contain these characters. This was fixed by hasing the input arguments and using the hash in the cache key instead.
v1.1.2
Always add --sync
argument to poetry install
, ensuring old no longer needed (uninstalled) dependencies don't persist in cache
v1.1.1
- Fix poetry always using latest version, regardless of specified
poetry-version
Full Changelog: v1.1.0...v1.1.1
v1.1.0
- Cache poetry dependencies early too (like with poetry installation)
Full Changelog: v1.0...v1.1.0
v1.0.8
- Fix incorrectly configured outputs (they were using wrong internal value, leading to them being empty) for
poetry-version
poetry-venv-path
python-path
cache-hit-poetry-install
cache-hit-poetry-environment
Full Changelog: v1.0.7...v1.0.8
v1.0.7
- Obtain the latest poetry version from PyPI if none was provided, fixing cache collisions
- Add
poetry-version
output, allowing people to easily see what version of poetry got installed.
Full Changelog: v1.0.6...v1.0.7