]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
⬆ Bump pypa/gh-action-pypi-publish from 1.5.2 to 1.6.4 (#5750)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sat, 7 Jan 2023 15:08:12 +0000 (15:08 +0000)
committerGitHub <noreply@github.com>
Sat, 7 Jan 2023 15:08:12 +0000 (15:08 +0000)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
.github/workflows/publish.yml

index 8ffb493a4f1e621052c9fc30283082195d455d02..c2fdb8e17f3a3816e002f2f92690501130be04ff 100644 (file)
@@ -31,7 +31,7 @@ jobs:
       - name: Build distribution
         run: python -m build
       - name: Publish
-        uses: pypa/gh-action-pypi-publish@v1.5.2
+        uses: pypa/gh-action-pypi-publish@v1.6.4
         with:
           password: ${{ secrets.PYPI_API_TOKEN }}
       - name: Dump GitHub context