Skip to content

Commit

Permalink
try wheel 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
electronstudio committed Mar 7, 2024
1 parent 643b03e commit be063c6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,13 @@ jobs:
cd $GITHUB_WORKSPACE
PYBUILD=3.13 bash ./scripts/build-pkg.sh
- name: Upload build artifact wheels
uses: actions/upload-artifact@v2.2.4
with:
name: wheel313
path: /home/runner/work/pygbag-raylib/pygbag-raylib/external/raylib-python-cffi/dist/*

- name: build 3.13 loader
run: |
cd $GITHUB_WORKSPACE
Expand Down

0 comments on commit be063c6

Please sign in to comment.