Skip to content

Commit

Permalink
retry ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Aug 24, 2023
1 parent 8c51ce3 commit 254504b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,16 @@ jobs:
cd $GITHUB_WORKSPACE
PYBUILD=3.11 bash ./scripts/build-loader.sh
- name: build 3.12 packages
run: |
cd $GITHUB_WORKSPACE
PYBUILD=3.12 bash ./scripts/build-pkg.sh
- name: build 3.12 loader
run: |
cd $GITHUB_WORKSPACE
PYBUILD=3.12 bash ./scripts/build-loader.sh
- name: publishing
run: |
Expand Down

0 comments on commit 254504b

Please sign in to comment.