Skip to content

Releases: equisoft-actions/setup-python

v2.0.0

08 Sep 14:57
cf67414

Choose a tag to compare

What's Changed

  • chore(deps): update actions/setup-python action by @renovate[bot] in #12
  • chore(deps): update actions/setup-python action by @renovate[bot] in #13

Full Changelog: v1.3.0...v2.0.0

v1.3.0

18 Jan 16:37
fca84f2

Choose a tag to compare

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

Full Changelog: v1...v1.3.0

v1.2.2

03 Jan 23:21
e2bf5f8

Choose a tag to compare

What's Changed

  • QCTECH-239: replace set-output with GITHUB_OUTPUT by @meriouma in #9

Full Changelog: v1.2.1...v1.2.2

v1.2.1

09 Jun 13:53
86b6e00

Choose a tag to compare

What's Changed

  • chore(deps): update actions/setup-python action to v4 by @renovate in #8

Full Changelog: v1.2.0...v1.2.1

v1.2.0

21 Apr 18:49

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

09 Feb 19:30
1702534

Choose a tag to compare

What's Changed

  • feat: run pipenv sync to restrict the install to lockfile deps by @Chris-V in #2

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

02 Feb 19:35
eec990f

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/equisoft-actions/setup-python/commits/v1.0.0