From 45a212cb791d54ca04bab4f02cbc2d8155069ba0 Mon Sep 17 00:00:00 2001 From: jacobkahn Date: Tue, 16 Sep 2025 17:13:55 +0200 Subject: [PATCH] Update cibuildwheel, pypa gha publish --- .github/workflows/wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 3aa7ee82..311b1598 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -27,7 +27,7 @@ jobs: if: runner.os == 'macOS' - name: Install cibuildwheel - run: python -m pip install cibuildwheel==2.16.5 + run: python -m pip install cibuildwheel==3.1.4 - name: Compute version run: echo "$(python bindings/python/compute_version.py)" > BUILD_VERSION.txt - name: Build wheels @@ -91,7 +91,7 @@ jobs: merge-multiple: true path: dist - - uses: pypa/gh-action-pypi-publish@v1.8.12 + - uses: pypa/gh-action-pypi-publish@v1.13.0 with: verbose: true password: ${{ secrets.PYPI_PASSWORD }}