Skip to content

Commit

Permalink
Add python source build
Browse files Browse the repository at this point in the history
  • Loading branch information
SonicField committed Oct 7, 2024
1 parent 04f2fed commit e97673b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/actions/build-python-from-source/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ runs:
run: |
git clone https://github.com/python/cpython.git
cd cpython
# Prepend 'v' to the version number to match the tag format.
git checkout v${{ inputs.python-version }}
git checkout {{ inputs.python-version }}
# Configure and build Python based on the OS and the 'nogil' input.
- name: Configure and build Python
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ jobs:
# python-version: '3.14.0-alpha.0'
# build-from-source: false
# Add below those versions we want as Free Threaded releases.
# For these you will need the tag name see: https://github.com/python/cpython/tags
- os: ubuntu-latest
python-version: '3.13.0-rc.3'
python-version: 'v3.13rc.3'
build-from-source: true
nogil: true
#- os: windows-latest
Expand Down

0 comments on commit e97673b

Please sign in to comment.