diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 8fb0f1c..789996a 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -158,7 +158,7 @@ jobs: if: steps.surelog-cache.outputs.cache-hit != 'true' run: exit 1 - - uses: pypa/cibuildwheel@v2.20 + - uses: pypa/cibuildwheel@v2.21 env: CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014 CIBW_BUILD: ${{ matrix.python-version }}* @@ -193,7 +193,7 @@ jobs: path: dist merge-multiple: true - - uses: pypa/gh-action-pypi-publish@v1.10.0 + - uses: pypa/gh-action-pypi-publish@v1.10.1 - name: Add wheels to GitHub release artifacts uses: softprops/action-gh-release@v2