Skip to content

Commit

Permalink
publish flow updates
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed Nov 24, 2024
1 parent c38773b commit fb3ab18
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"

- name: Set up Rust
uses: actions-rs/toolchain@v1
Expand All @@ -42,6 +42,11 @@ jobs:
pip install cibuildwheel
shell: bash

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
with:
platforms: all

- name: Build package
env:
CIBW_SKIP: "pp* *-musllinux*" # Skip PyPy and musllinux builds
Expand Down Expand Up @@ -82,7 +87,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"

- name: Set up Rust
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit fb3ab18

Please sign in to comment.