mirror of
https://github.com/actions/setup-python.git
synced 2025-07-05 00:53:46 +00:00
Get rid of stable boolean input
This commit is contained in:
parent
d025544791
commit
d6f2ec53d6
8 changed files with 48 additions and 30 deletions
|
@ -99,7 +99,6 @@ steps:
|
|||
- uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: '3.9.0-beta.4'
|
||||
stable: false # optional true or false. Defaults to true if not specified
|
||||
- run: python my_script.py
|
||||
```
|
||||
|
||||
|
@ -110,7 +109,6 @@ steps:
|
|||
- uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: '3.9.0-alpha - 3.9.0' # SemVer's version range syntax
|
||||
stable: false # optional true or false. Defaults to true if not specified
|
||||
- run: python my_script.py
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue