mirror of
https://github.com/actions/setup-python.git
synced 2025-06-28 05:33:47 +00:00
Add support of pre-release Python versions (#112)
* Add support of unstable Python versions * Update README * Get rid of stable boolean input * Fix typo in the test.yml * Update README Co-authored-by: MaksimZhukov <v-mazhuk@microsoft.com>
This commit is contained in:
parent
7a69c2bc7d
commit
306c473438
7 changed files with 4189 additions and 4081 deletions
|
@ -26,7 +26,7 @@ export async function findReleaseFromManifest(
|
|||
);
|
||||
return await tc.findFromManifest(
|
||||
semanticVersionSpec,
|
||||
true,
|
||||
false,
|
||||
manifest,
|
||||
architecture
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue