From d7203a228f44773dae7be5ede16148a69b3d26ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 13:04:52 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20pypa/gh-action-pypi-publish?= =?UTF-8?q?=20from=201.11.0=20to=201.12.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.11.0 to 1.12.2. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.11.0...v1.12.2) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/publish_herd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_herd.yml b/.github/workflows/publish_herd.yml index e33512be..95e4e7a2 100644 --- a/.github/workflows/publish_herd.yml +++ b/.github/workflows/publish_herd.yml @@ -45,7 +45,7 @@ jobs: working-directory: "${{ env.herd_path }}" - name: Publish package 🥳 - uses: pypa/gh-action-pypi-publish@v1.11.0 + uses: pypa/gh-action-pypi-publish@v1.12.2 with: user: __token__ password: ${{ secrets.PYPI_TOKEN_HERD_UPLOAD }}