You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This script can be used to build @actions/setup-python when it was
installed as a dependency in another action.
Add dependency:
`npm install actions/setup-python#v2`
Automatically build on install:
```
"scripts": {
"postinstall": "npm run build-npm --prefix node_modules/setup-python"
}
```
Install depending action as usual:
`npm ci` or `npm install`
No further steps necessary, @actions/setup-python is built automatically
in the "postinstall" step of installation.
0 commit comments