diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index b1a2fed..422312d 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -65,7 +65,7 @@ jobs: brew install flex echo "/usr/local/opt/flex/bin" >> $GITHUB_PATH - - uses: pypa/cibuildwheel@v2.20 + - uses: pypa/cibuildwheel@v2.21 env: CIBW_BEFORE_ALL_LINUX: | yum --disablerepo=epel -y update ca-certificates @@ -109,7 +109,7 @@ jobs: path: dist merge-multiple: true - - uses: pypa/gh-action-pypi-publish@v1.9.0 + - uses: pypa/gh-action-pypi-publish@v1.10.1 - name: Add wheels to GitHub release artifacts uses: softprops/action-gh-release@v2