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:
MaksimZhukov
2020-07-17 12:58:03 +03:00
committed by GitHub
parent 7a69c2bc7d
commit 306c473438
7 changed files with 4189 additions and 4081 deletions

View File

@ -26,7 +26,7 @@ export async function findReleaseFromManifest(
);
return await tc.findFromManifest(
semanticVersionSpec,
true,
false,
manifest,
architecture
);