From 5c42ec7f63442a85e81116965899f6dd397e42ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 01:30:15 +0000 Subject: [PATCH] ci(deps): bump coatl-dev/actions/pypi-upload from 7.0.9 to 7.0.11 Bumps [coatl-dev/actions/pypi-upload](https://github.com/coatl-dev/actions) from 7.0.9 to 7.0.11. - [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/05b877c5c64fc3ddb9e87f47400311ebf64fe9d5...eaeed3dde61077bd254f6c8b9b523b0a6b182e19) --- updated-dependencies: - dependency-name: coatl-dev/actions/pypi-upload dependency-version: 7.0.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c53177c..8b541f1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,12 +20,12 @@ jobs: ref: ${{ github.event.release.tag_name }} - name: Upload package to PyPI - uses: coatl-dev/actions/pypi-upload@05b877c5c64fc3ddb9e87f47400311ebf64fe9d5 # v7.0.9 + uses: coatl-dev/actions/pypi-upload@eaeed3dde61077bd254f6c8b9b523b0a6b182e19 # v7.0.11 with: password: ${{ secrets.PYPI_API_TOKEN_IGNITION_API_PKG }} - name: Upload stubs to PyPI - uses: coatl-dev/actions/pypi-upload@05b877c5c64fc3ddb9e87f47400311ebf64fe9d5 # v7.0.9 + uses: coatl-dev/actions/pypi-upload@eaeed3dde61077bd254f6c8b9b523b0a6b182e19 # v7.0.11 with: python-version: '3.12' password: ${{ secrets.PYPI_API_TOKEN_IGNITION_API_STUBS }}