Skip to content

Commit

Permalink
chore: pin python version, update wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
freedmand committed Feb 25, 2024
1 parent 995be7d commit 8060984
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: "3.x"
python-version: "3.11"

- name: Install Zig
run: python -m pip install ziglang==0.11.0 wheel==0.37.1
run: python -m pip install ziglang==0.11.0 wheel

- name: Build wheels
run: python python/make_wheels.py ${{ matrix.architecture }}-${{ matrix.os }}
Expand Down

0 comments on commit 8060984

Please sign in to comment.