Skip to content

Commit

Permalink
Add python sourxe build
Browse files Browse the repository at this point in the history
  • Loading branch information
SonicField committed Oct 7, 2024
1 parent 7c93b12 commit 04f2fed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build-python-from-source/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ description: Builds Python from source code with configurable options

inputs:
python-version:
description: The version of Python to build: e.g. 3.13.0-rc3
description: "The version of Python to build: e.g. 3.13.0-rc3"
required: true
nogil:
description: Build Python without the GIL: true || false
description: "Build Python without the GIL: true || false"
required: true

outputs:
Expand Down

0 comments on commit 04f2fed

Please sign in to comment.