Download and extract Python embedded into current working directory.
- name: Setup Python Embedded for Windows
uses: BHznJNs/setup-python-embedded@release-1| Name | Required | Default | Description |
|---|---|---|---|
python-version |
✅ | 3.11.9 |
Target Python embedded version to download (e.g. 3.12.7). |
arch |
❌ | amd64 |
Target Windows architecture. Must be one of: amd64, win32, arm64. |
| Name | Description |
|---|---|
python-embedded-path |
path to the extracted Python embedded directory. Use this folder with python.exe directly to downstream steps. |