Skip to content

Commit

Permalink
Update nightly-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-shaojun authored Aug 26, 2024
1 parent c867d92 commit a7f8a6d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,13 @@ jobs:
release-bigdl-core-xe-batch-win: true
release-bigdl-core-xe-addons-for-linux-and-windows: true

trigger-bigdl-core-xxx-for-py310:
uses: ./.github/workflows/build-pypi-package.yml
with:
python-version: '3.11'
pypi-version: ${{ (github.event_name == 'schedule') && '' || ( github.event_name == 'workflow_dispatch' ) && inputs.pypi-version }}
release-bigdl-core-xe: true
release-bigdl-core-xe-win: true
release-bigdl-core-xe-batch: true
release-bigdl-core-xe-batch-win: true
release-bigdl-core-xe-addons-for-linux-and-windows: true

0 comments on commit a7f8a6d

Please sign in to comment.