Skip to content

Releases: MatteoH2O1999/setup-python

v1.3.0

08 Jun 00:42

Choose a tag to compare

What's New

  • Input allow-build now supports option force to force a full build from source even if actions/setup-python would support the specified version.
  • Now more Python versions may be built from source

What's Changed

  • fix(deps): bump actions/setup-python from 4.6.0 to 4.6.1 by @dependabot in #11
  • fix(deps): bump MatteoH2O1999/build-and-install-python from 1.2.0 to 1.3.0 by @dependabot in #12
  • Add force option documentation by @MatteoH2O1999 in #13

Full Changelog: v1...v1.3.0

v1.2.0

19 May 12:14

Choose a tag to compare

What's new

Added input allow-prereleases to support prereleases for CPython ranges x.y as implemented in actions/setup-python.

What's Changed

  • fix(deps): bump MatteoH2O1999/build-and-install-python from 1.1.0 to 1.2.0 by @dependabot in #10
  • fix(deps): bump actions/setup-python from 4.5.0 to 4.6.0 by @dependabot in #9

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

v1.1.0

06 Apr 00:14

Choose a tag to compare

What's New

It is now possible to build Python versions down to 3.6 on windows without relying on actions/python-versions.

What's Changed

  • fix(deps): bump MatteoH2O1999/build-and-install-python from 1.0.0 to 1.1.0 by @dependabot in #8

Full Changelog: v1...v1.1.0

v1.0.0

08 Mar 12:01

Choose a tag to compare

This action is now fully functional and tested and can be used in a production environment.

v0.1.1

06 Mar 11:27

Choose a tag to compare

Added release workflow to manage major tags

v0.1.0 - Alpha Release

08 Feb 03:43

Choose a tag to compare

This is the first functioning release.
For more information see README.md

Skeleton Release

17 Dec 16:08

Choose a tag to compare

This is just to test deployment. Action still does not work.