]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
⬆ Bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6 (#9482)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 22 Jun 2023 17:12:24 +0000 (19:12 +0200)
committerGitHub <noreply@github.com>
Thu, 22 Jun 2023 17:12:24 +0000 (19:12 +0200)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/publish.yml

index bdadcc6d3d1b63f32b2142d2abf67b386547f6e7..b84c5bf17ad9d4fb94b11ef8976009afd08d2032 100644 (file)
@@ -32,7 +32,7 @@ jobs:
       - name: Build distribution
         run: python -m build
       - name: Publish
-        uses: pypa/gh-action-pypi-publish@v1.8.5
+        uses: pypa/gh-action-pypi-publish@v1.8.6
         with:
           password: ${{ secrets.PYPI_API_TOKEN }}
       - name: Dump GitHub context