Skip to content

Commit

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


0 comments on commit 499b09f

Please sign in to comment.