diff --git a/.github/workflows/pypi-deploy.yml b/.github/workflows/pypi-deploy.yml index 0915d8d..0d31a5d 100644 --- a/.github/workflows/pypi-deploy.yml +++ b/.github/workflows/pypi-deploy.yml @@ -29,7 +29,7 @@ jobs: needs: [build_setup] strategy: matrix: - os: [ubuntu-24.04, windows-2022] + os: [ubuntu-latest, windows-latest, macos-latest] arch: [auto32, auto64, aarch64] steps: diff --git a/python/VERSION b/python/VERSION index ea4bd0f..1b5105d 100644 --- a/python/VERSION +++ b/python/VERSION @@ -1 +1 @@ -2.1.13 +2.1.14