mirror of
https://github.com/actions/setup-python.git
synced 2024-11-22 14:48:36 +00:00
Update advanced-usage.md
This commit is contained in:
parent
b55428b188
commit
197204a31c
1 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@ steps:
|
||||||
- run: python my_script.py
|
- run: python my_script.py
|
||||||
```
|
```
|
||||||
|
|
||||||
It's also possible to use **x.y-dev syntax** to download and set up the latest patch version of Python, alpha and beta releases included. (for specified major & minor versions):
|
It's also possible to use **x.y-dev syntax** to download and set up the latest patch version of Python, alpha, beta and rc (release candidate) releases included. (for specified major & minor versions):
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue