Bump version: v2.9.0

This commit is contained in:
Joe Rickerby
2022-08-11 19:43:33 +01:00
parent 71cebdaca4
commit 0abd6c205d
17 changed files with 41 additions and 31 deletions
+2 -2
View File
@@ -182,7 +182,7 @@ To build Linux, Mac, and Windows wheels using GitHub Actions, create a `.github/
- uses: actions/checkout@v3
- name: Build wheels
run: pipx run cibuildwheel==2.8.1
run: pipx run cibuildwheel==2.9.0
- uses: actions/upload-artifact@v3
with:
@@ -217,7 +217,7 @@ To build Linux, Mac, and Windows wheels using GitHub Actions, create a `.github/
- uses: actions/setup-python@v3
- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.8.1
run: python -m pip install cibuildwheel==2.9.0
- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse