Releases: MatteoH2O1999/setup-python
Releases · MatteoH2O1999/setup-python
v1.3.0
What's New
- Input
allow-buildnow supports optionforceto 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
forceoption documentation by @MatteoH2O1999 in #13
Full Changelog: v1...v1.3.0
v1.2.0
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
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
This action is now fully functional and tested and can be used in a production environment.
v0.1.1
Added release workflow to manage major tags
v0.1.0 - Alpha Release
This is the first functioning release.
For more information see README.md
Skeleton Release
This is just to test deployment. Action still does not work.