From 379feaa85a0e3ebc5fd40b99c6de717cec67e23a Mon Sep 17 00:00:00 2001 From: Mario Fink Date: Sun, 2 Feb 2025 00:53:16 +0100 Subject: [PATCH] github actions: fix Upload binary wheels PyPI --- .github/workflows/pypi-deploy.yml | 2 +- python/VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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