Bump version: v2.19.0

This commit is contained in:
Henry Schreiner
2024-06-10 11:28:29 -04:00
parent bf817c6dc8
commit a8d190a111
19 changed files with 59 additions and 33 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.18.1 twine
install: python3 -m pip install cibuildwheel==2.19.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.18.1 twine
install: python3 -m pip install cibuildwheel==2.19.0 twine
script: python3 -m cibuildwheel --output-dir wheelhouse
after_success: python3 -m twine upload --skip-existing wheelhouse/*.whl