You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: Only auto update v3 (#80)
We had a breaking change and I should have stopped updating v2 as a
moving tag.
This was highlighted by @mmontesi in #76 (comment)
feat: Add ability to install plugins as part of the action setup (#66)
* Use latest SemVer PR
* Drop EOL Python 3.7. Use more modern Poetry versions in tests
* Update examples
* Add ability to install plugins and install export plugin by default
* Do not install any plugins by default
* Only run steps if some plugins are specified
feat: Add ability to install plugins as part of the action setup (#66)
* Use latest SemVer PR
* Drop EOL Python 3.7. Use more modern Poetry versions in tests
* Update examples
* Add ability to install plugins and install export plugin by default
* Do not install any plugins by default
* Only run steps if some plugins are specified
feat: by default use the latest poetry version (#62)
* by default install the latest poetry version
* 'poetry-version' input is not required anymore
* added test install case for the 'latest' version
* move if expression above run statement