Skip to content

Commit

Permalink
Update cibuildwheel to 2.3.1 (Chia-Network#302)
Browse files Browse the repository at this point in the history
* Update cibuildwheel to 2.3.1

* use single quotes in setup.py

* Revert e73751e and change to single \ later
  • Loading branch information
hoffmang9 authored and UdjinM6 committed Sep 6, 2022
1 parent c009fa3 commit 802fd68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-aarch64.yml
Expand Up @@ -38,7 +38,7 @@ jobs:
python3 -m venv venv
source venv/bin/activate
python -m pip install --upgrade pip
python -m pip install cibuildwheel==2.2.2
python -m pip install cibuildwheel==2.3.1
- name: Lint source with flake8
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Expand Up @@ -54,7 +54,7 @@ jobs:
python -m build --sdist --outdir dist .
- name: Build ${{ matrix.os }} wheels and test
uses: joerick/cibuildwheel@v2.2.2
uses: joerick/cibuildwheel@v2.3.1
with:
output-dir: dist
env:
Expand Down

0 comments on commit 802fd68

Please sign in to comment.