Skip to content

BHznJNs/setup-python-embedded

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

setup-python-embedded

Download and extract Python embedded into current working directory.


Usage

- name: Setup Python Embedded for Windows
  uses: BHznJNs/setup-python-embedded@release-1

Parameters

Inputs

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.

Outputs

Name Description
python-embedded-path path to the extracted Python embedded directory.
Use this folder with python.exe directly to downstream steps.

About

Download and extract Python embedded into current working directory.

Resources

Stars

Watchers

Forks

Packages

No packages published