From 148a73637d60802d1b90c3f216a7bc99b5189cc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 01:00:37 +0000 Subject: [PATCH] Bump RalfG/python-wheels-manylinux-build from 0.4.2 to 0.7.0 Bumps [RalfG/python-wheels-manylinux-build](https://github.com/RalfG/python-wheels-manylinux-build) from 0.4.2 to 0.7.0. - [Release notes](https://github.com/RalfG/python-wheels-manylinux-build/releases) - [Commits](https://github.com/RalfG/python-wheels-manylinux-build/compare/v0.4.2...v0.7.0) --- updated-dependencies: - dependency-name: RalfG/python-wheels-manylinux-build dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6988711b54..0f1f10b476 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -111,7 +111,7 @@ jobs: python -m build --sdist - name: Build manylinux Python wheels - uses: RalfG/python-wheels-manylinux-build@v0.4.2 + uses: RalfG/python-wheels-manylinux-build@v0.7.0 with: python-versions: 'cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310' build-requirements: 'cython'