From 32f5ea5f1a233860a6a98616f6d614139af49020 Mon Sep 17 00:00:00 2001 From: haochengxia Date: Sun, 3 Aug 2025 00:10:14 +0000 Subject: [PATCH] Fix: PyPI release workflow --- .github/workflows/pypi-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi-release.yml b/.github/workflows/pypi-release.yml index 7f96440..0960f47 100644 --- a/.github/workflows/pypi-release.yml +++ b/.github/workflows/pypi-release.yml @@ -38,7 +38,7 @@ jobs: python -m pip install cibuildwheel - name: Sync Python version - run: python scripts/sync_python_version.py + run: python scripts/sync_version.py - name: Verify Docker (Linux only) @@ -49,7 +49,7 @@ jobs: echo "Docker is ready for cibuildwheel" - name: Build wheels - run: python -m cibuildwheel libCacheSim-python --output-dir wheelhouse + run: python -m cibuildwheel . --output-dir wheelhouse - name: Upload wheels as artifacts uses: actions/upload-artifact@v4