Bump version: v2.13.0

This commit is contained in:
Joe Rickerby
2023-05-28 17:03:34 +01:00
parent 8499628a5b
commit 51f5c7fe68
20 changed files with 48 additions and 37 deletions
+2 -2
View File
@@ -54,7 +54,7 @@ jobs:
- stage: deploy
name: Build and deploy Linux wheels
services: docker
install: python3 -m pip install cibuildwheel==2.12.3 twine
install: python3 -m pip install cibuildwheel==2.13.0 twine
script: python3 -m cibuildwheel --output-dir wheelhouse
after_success: python3 -m twine upload --skip-existing wheelhouse/*.whl
# Deploy on windows
@@ -62,7 +62,7 @@ jobs:
name: Build and deploy Windows wheels
os: windows
language: shell
install: python3 -m pip install cibuildwheel==2.12.3 twine
install: python3 -m pip install cibuildwheel==2.13.0 twine
script: python3 -m cibuildwheel --output-dir wheelhouse
after_success: python3 -m twine upload --skip-existing wheelhouse/*.whl