We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fec5bc7 commit 17dbc43Copy full SHA for 17dbc43
1 file changed
README.md
@@ -30,7 +30,7 @@ For a more complete view on the actions see [action.yml](action.yml) or look in
30
In general you could replace the original action with this one and it should already work (all its supported inputs are also supported in this one):
31
32
```yaml
33
-- uses: MatteoH2O1999/setup-python@v1
+- uses: MatteoH2O1999/setup-python@v2
34
with:
35
python-version: '3.6'
36
cache: pip
@@ -39,7 +39,7 @@ In general you could replace the original action with this one and it should alr
39
But if you wish for a more optimized experience you could use inputs exclusive to this action:
40
41
42
43
44
45
allow-build: info
0 commit comments