Skip to content

Commit

Permalink
Update build-pypi-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-shaojun authored Aug 26, 2024
1 parent 0dea89d commit 647490e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-pypi-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ jobs:
shell: bash
run: |
echo ${{ github.event.schedule }}
sleep 20s
if [ ${{ github.event_name }} == "workflow_dispatch" ]; then
export nb_version=${{ inputs.pypi-version }}
else
Expand All @@ -181,6 +182,7 @@ jobs:
- name: Install build dependencies & build wheel
shell: bash
run: |
jisd
if [ ${{ github.event_name }} == "workflow_dispatch" ]; then
export nb_version=${{ inputs.pypi-version }}
else
Expand Down

0 comments on commit 647490e

Please sign in to comment.