From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jun 2023 17:12:24 +0000 (+0200) Subject: ⬆ Bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6 (#9482) X-Git-Tag: 0.98.0~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=56bc75372f970818502d3ec9b1ce08b15c702173;p=thirdparty%2Ffastapi%2Ffastapi.git ⬆ Bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6 (#9482) 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 bdadcc6d3d..b84c5bf17a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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