From d6465b731b373ae460e1217af98594401e9d494c Mon Sep 17 00:00:00 2001 From: Vincent Leroy Date: Thu, 3 Oct 2024 10:55:51 +0200 Subject: [PATCH] fixup --- .github/workflows/wheels.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 04b01a3092..0c65edec1b 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -55,7 +55,7 @@ jobs: attempt_limit: 3 attempt_delay: 2000 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 name: Install Python with: python-version: '3.8' @@ -68,7 +68,7 @@ jobs: - name: Install cibuildwheel run: | - python -m pip install cibuildwheel==2.16.2 + python -m pip install cibuildwheel==2.21.2 - name: Local build for macOS cross-compilation if: runner.os == 'macOS' && matrix.cibw-arch == 'arm64' @@ -101,7 +101,7 @@ jobs: - uses: actions/upload-artifact@v4 with: - name: wheels + name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }} path: ./wheelhouse/*.whl upload_pypi: @@ -118,8 +118,8 @@ jobs: name: wheels path: dist - - uses: pypa/gh-action-pypi-publish@v1.5.1 - if: github.event.inputs.version_overwrite || github.ref_type == 'tag' - with: - user: __token__ - password: ${{ secrets.PYPI_PASSWORD }} + # - uses: pypa/gh-action-pypi-publish@v1.5.1 + # if: github.event.inputs.version_overwrite || github.ref_type == 'tag' + # with: + # user: __token__ + # password: ${{ secrets.PYPI_PASSWORD }}