From 474ed833aa7d7533e2866028d242e083e3af8639 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 15:28:12 -0800 Subject: [PATCH] Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 (#1869) 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 f94d264f1eae8..86c32ccf985ac 100644 --- a/.github/workflows/publish_dartpy.yml +++ b/.github/workflows/publish_dartpy.yml @@ -183,7 +183,7 @@ jobs: - name: List files in dist run: ls -lR dist/ - - uses: pypa/gh-action-pypi-publish@v1.10.3 + - uses: pypa/gh-action-pypi-publish@v1.11.0 with: user: __token__ password: ${{ secrets.PYPI_TOKEN }}