From 0f2f687ea37da029b2ce607655dda8dac8a86a58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 05:10:29 +0000 Subject: [PATCH] refactor(deps): bump coatl-dev/actions/pypi-upload from 7.0.4 to 7.0.5 Bumps [coatl-dev/actions/pypi-upload](https://github.com/coatl-dev/actions) from 7.0.4 to 7.0.5. - [Release notes](https://github.com/coatl-dev/actions/releases) - [Changelog](https://github.com/coatl-dev/actions/blob/coatl/CHANGELOG.md) - [Commits](https://github.com/coatl-dev/actions/compare/25b15c8e562e6c9e509bd29ea0b0da5ec6b26a1f...a81a1c9a37205e630d28c561dfc3b605b6e031dd) --- updated-dependencies: - dependency-name: coatl-dev/actions/pypi-upload dependency-version: 7.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pypi-upload.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi-upload.yml b/.github/workflows/pypi-upload.yml index aafedf4..b04b0c9 100644 --- a/.github/workflows/pypi-upload.yml +++ b/.github/workflows/pypi-upload.yml @@ -51,7 +51,7 @@ jobs: persist-credentials: false - name: Upload Python package to PyPI - uses: coatl-dev/actions/pypi-upload@25b15c8e562e6c9e509bd29ea0b0da5ec6b26a1f # v7.0.4 + uses: coatl-dev/actions/pypi-upload@a81a1c9a37205e630d28c561dfc3b605b6e031dd # v7.0.5 with: python-version: ${{ inputs.python-version }} check: ${{ inputs.check }}