Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenburns committed Nov 27, 2024
1 parent 332dc89 commit 48e17a7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,21 @@ jobs:
with:
submodules: true

- uses: actions/setup-python@v5
with:
python-version: "3.11"
# - uses: actions/setup-python@v5
# with:
# python-version: "3.11"

- name: Install uv
uses: astral-sh/setup-uv@v3

- name: Set up QEMU
if: runner.os == 'Linux'
uses: docker/setup-qemu-action@v3
with:
platforms: all

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.22.0

- name: Build wheels
run: python -m cibuildwheel --output-dir dist
run: uvx --python 3.12 cibuildwheel==2.22.0 --output-dir dist
env:
CIBW_BEFORE_BUILD: pip install Cython==3.0.11 && pip install -e . && python build.py
CIBW_TEST_REQUIRES: pytest
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ vendor/
build/
dist/
*.egg-info/

.venv/

0 comments on commit 48e17a7

Please sign in to comment.