Skip to content

Commit

Permalink
try to update cibw
Browse files Browse the repository at this point in the history
  • Loading branch information
rkaminsk committed Feb 16, 2024
1 parent 448141d commit 3232d93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,11 @@ conda:
build_config: |
python:
- 3.6
- 3.7
- 3.8
- 3.9
- 3.10
- 3.11
- 3.12
# from https://github.com/phracker/MacOSX-SDKs
CONDA_BUILD_SYSROOT:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
run: python .github/adjust_version.py --release

- name: Build wheels
uses: pypa/cibuildwheel@v2.10.0
uses: pypa/cibuildwheel@latest
env: ${{ matrix.cfg.env }}

- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 3232d93

Please sign in to comment.