We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8bc62e commit d7aee1eCopy full SHA for d7aee1e
1 file changed
README.md
@@ -30,15 +30,15 @@ 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@v3
+- uses: MatteoH2O1999/setup-python@v4
34
with:
35
python-version: '3.8'
36
```
37
38
But if you wish for a more optimized experience you could use inputs exclusive to this action:
39
40
41
42
43
44
allow-build: info
0 commit comments