Skip to content

Commit

Permalink
fix ci for pause 3.12 build
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Sep 23, 2023
1 parent 501a5c0 commit 2922555
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
PACKAGES: emsdk hpy _ctypes pygame
BUILD_STATIC: emsdk _ctypes hpy
STATIC: false
BUILDS: 3.11
BUILDS: 3.11 3.12
CYTHON: Cython-3.0.1-py2.py3-none-any.whl
LD_VENDOR: -sUSE_GLFW=3

Expand Down Expand Up @@ -47,16 +47,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: 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 2922555

Please sign in to comment.