From bf5b77dbd8bab813843dd840a3a2a1eb3671d221 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 04:23:47 +0000 Subject: [PATCH 1/2] Bump pypa/cibuildwheel from 2.9.0 to 2.10.1 Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.9.0 to 2.10.1. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](https://github.com/pypa/cibuildwheel/compare/v2.9.0...v2.10.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 364e988..f639d67 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -129,7 +129,7 @@ jobs: with: platforms: all - name: Run cibuildwheel - uses: pypa/cibuildwheel@v2.9.0 + uses: pypa/cibuildwheel@v2.10.1 with: output-dir: dist env: From a9d6c5b9c1e2f622886239e6c1e678fa063f2298 Mon Sep 17 00:00:00 2001 From: Conor MacBride Date: Mon, 19 Sep 2022 10:26:09 +0100 Subject: [PATCH 2/2] Increase timeout-minutes for new py310 --- .github/workflows/test_publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_publish.yml b/.github/workflows/test_publish.yml index 7ee204e..8da5993 100644 --- a/.github/workflows/test_publish.yml +++ b/.github/workflows/test_publish.yml @@ -8,7 +8,7 @@ jobs: with: test_extras: test test_command: pytest --pyargs test_package - timeout-minutes: 20 + timeout-minutes: 30 release: uses: ./.github/workflows/publish.yml with: @@ -20,7 +20,7 @@ jobs: - cp39-macosx_arm64 - cp3?-win_amd64 - cp39-manylinux_aarch64 - timeout-minutes: 20 + timeout-minutes: 30 release_sdist_only: uses: ./.github/workflows/publish.yml with: