Releases: equisoft-actions/setup-python
Releases · equisoft-actions/setup-python
v2.0.0
v1.3.0
What's Changed
- Newly added option to use Poetry dependencies manager. The choice between Pipenv and Poetry is made using file
.tool-versions. Whenever 'poetry' is specified in .tool-versions, poetry will be used. Else pipenv will be used. - New output variable dependencies-manager, a string with the value 'pipenv' or 'poetry'.
New Contributors
- @AlexisGauthierAtKronos made their first contribution in #10
Full Changelog: v1...v1.3.0
v1.2.2
v1.2.1
v1.2.0
What's Changed
- chore: configure daily dependabot updates by @Chris-V in #3
- chore(deps): bump actions/setup-python from 2 to 3 by @dependabot in #4
- Delete dependabot.yml by @meriouma in #6
- Configure Renovate by @renovate in #5
New Contributors
- @dependabot made their first contribution in #4
- @meriouma made their first contribution in #6
- @renovate made their first contribution in #5
Full Changelog: v1.1.0...v1.2.0
v1.1.0
v1.0.0
What's Changed
- Adds the action by @kbeaulieu in #1
New Contributors
- @kbeaulieu made their first contribution in #1
Full Changelog: https://github.com/equisoft-actions/setup-python/commits/v1.0.0