diff --git a/.github/workflows/pypi-deploy.yml b/.github/workflows/pypi-deploy.yml index 3dda204..b3eaa50 100644 --- a/.github/workflows/pypi-deploy.yml +++ b/.github/workflows/pypi-deploy.yml @@ -43,7 +43,7 @@ jobs: name: wheel-config path: python/ - name: Build wheels - run: python -m cibuildwheel --output-dir wheelhouse/ + run: python -m cibuildwheel --output-dir wheelhouse working-directory: python/ # env: # CIBW_BUILD: cp36-* cp37-* cp38-* cp39-* cp310-* diff --git a/python/VERSION b/python/VERSION index 63a1a1c..8dbb0f2 100644 --- a/python/VERSION +++ b/python/VERSION @@ -1 +1 @@ -2.1.9 +2.1.10