From cff2e913fc1a2fec0d70634ec797825b6a6ab016 Mon Sep 17 00:00:00 2001 From: Mario Fink Date: Sun, 2 Feb 2025 00:47:13 +0100 Subject: [PATCH] github actions: fix Upload binary wheels PyPI --- .github/workflows/pypi-deploy.yml | 2 -- python/VERSION | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/pypi-deploy.yml b/.github/workflows/pypi-deploy.yml index 713f73e..3dda204 100644 --- a/.github/workflows/pypi-deploy.yml +++ b/.github/workflows/pypi-deploy.yml @@ -52,8 +52,6 @@ jobs: with: name: binary-wheels-${{matrix.os}}-${{matrix.arch}} path: python/wheelhouse/*.whl - - name: Display files - run: ls -lR build_sdist: name: Build source distribution diff --git a/python/VERSION b/python/VERSION index ebf14b4..63a1a1c 100644 --- a/python/VERSION +++ b/python/VERSION @@ -1 +1 @@ -2.1.8 +2.1.9