From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 12:48:16 +0000 (+0200) Subject: ⬆ Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 (#14041) X-Git-Tag: 0.116.2~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d597f92482eddc78d6f4dea05d7dc431e762ba39;p=thirdparty%2Ffastapi%2Ffastapi.git ⬆ Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 (#14041) Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.12.4 to 1.13.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.12.4...v1.13.0) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5a83cf7d8..af4101484 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -35,7 +35,7 @@ jobs: TIANGOLO_BUILD_PACKAGE: ${{ matrix.package }} run: python -m build - name: Publish - uses: pypa/gh-action-pypi-publish@v1.12.4 + uses: pypa/gh-action-pypi-publish@v1.13.0 - name: Dump GitHub context env: GITHUB_CONTEXT: ${{ toJson(github) }}