Skip to content

Commit

Permalink
πŸ’š Fix python version
Browse files Browse the repository at this point in the history
  • Loading branch information
yhs0602 committed Jan 8, 2025
1 parent 1c0c922 commit 3e3b473
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish-package-nocuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ jobs:

- uses: astral-sh/setup-uv@v4

- name: Install python < 3.13 if macos # https://groups.google.com/g/vim_dev/c/1I20UCzmtF4
if: matrix.os == 'macos-latest'
uses: actions/setup-python@v5
with:
python-version: '3.12'

- name: Build wheels
uses: pypa/cibuildwheel@v2.22.0
env:
Expand Down

0 comments on commit 3e3b473

Please sign in to comment.