Skip to content

Commit

Permalink
build cpython and upload
Browse files Browse the repository at this point in the history
  • Loading branch information
JinBridger committed Mar 4, 2024
1 parent 499b09f commit 805e0ba
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/bigdl-build-portable-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,18 @@ jobs:
with:
repository: 'python/cpython'
ref: '3.9'
# - name: Build cpython
# run: |
# ./Tools/msi/buildrelease.bat -x64 --skip-doc --skip-nuget --skip-msi
- name: Build cpython
run: |
./Tools/msi/buildrelease.bat -x64 --skip-doc --skip-nuget --skip-msi
- name: Rename artifact
shell: bash
run: |
ls .
# - uses: actions/upload-artifact@v4
# with:
# name: cpython-3.9-embed-zip
# path: ./PCbuild/amd64/en-us
cd ./PCbuild/amd64/en-us
ls | xargs -I {} mv {} cpython-embed-zip.zip
cd ../../..
- uses: actions/upload-artifact@v4
with:
name: cpython-3.9-embed-zip
path: ./PCbuild/amd64/en-us/cpython-embed-zip.zip


0 comments on commit 805e0ba

Please sign in to comment.