diff --git a/.github/workflows/pypi-deploy.yml b/.github/workflows/pypi-deploy.yml index 0d31a5d..270aaa3 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-latest, windows-latest, macos-latest] + os: [ubuntu-latest, windows-latest] arch: [auto32, auto64, aarch64] steps: diff --git a/python/VERSION b/python/VERSION index 1b5105d..67da954 100644 --- a/python/VERSION +++ b/python/VERSION @@ -1 +1 @@ -2.1.14 +2.1.15