From b417473fc6a044dc38d178ad000cc89c26abebf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 07:59:40 -0700 Subject: [PATCH 1/2] Bump pypa/cibuildwheel from 2.19.0 to 2.19.1 (#1813) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/publish_dartpy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish_dartpy.yml b/.github/workflows/publish_dartpy.yml index 73ac29e459e43..a66f32f497cdb 100644 --- a/.github/workflows/publish_dartpy.yml +++ b/.github/workflows/publish_dartpy.yml @@ -125,7 +125,7 @@ jobs: - name: Build wheels if: ${{ matrix.os != 'windows-latest' && (matrix.release_only == false || github.ref == 'refs/heads/main') }} - uses: pypa/cibuildwheel@v2.19.0 + uses: pypa/cibuildwheel@v2.19.1 env: # Common DART_IN_CI: ON @@ -138,7 +138,7 @@ jobs: - name: Build wheels (Windows) if: ${{ matrix.os == 'windows-latest' && (matrix.release_only == false || github.ref == 'refs/heads/main') }} - uses: pypa/cibuildwheel@v2.19.0 + uses: pypa/cibuildwheel@v2.19.1 env: # Common DART_IN_CI: ON From 557441107ddf37badcdcec696722ce186817b0b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 08:00:00 -0700 Subject: [PATCH 2/2] Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 (#1814) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/publish_dartpy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_dartpy.yml b/.github/workflows/publish_dartpy.yml index a66f32f497cdb..1da683e6074c5 100644 --- a/.github/workflows/publish_dartpy.yml +++ b/.github/workflows/publish_dartpy.yml @@ -190,7 +190,7 @@ jobs: - name: List files in dist run: ls -lR dist/ - - uses: pypa/gh-action-pypi-publish@v1.8.14 + - uses: pypa/gh-action-pypi-publish@v1.9.0 with: user: __token__ password: ${{ secrets.PYPI_TOKEN }}