Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
fix: Build using python3.11 rather than system default
Browse files Browse the repository at this point in the history
  • Loading branch information
iwishiwasaneagle committed Mar 5, 2023
1 parent c6542b1 commit 3f618b9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@ jobs:
with:
submodules: true

- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: 3.11

- name: Build wheels
run: pip wheel .

Expand Down

0 comments on commit 3f618b9

Please sign in to comment.