From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 12:31:35 +0000 (+0200) Subject: Bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7 (#734) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=1df348d5eff34d654d9610881c2c19ceb312725f;p=music-assistant-server.git Bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7 (#734) Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.6 to 1.8.7. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.6...v1.8.7) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index de1b12d5..301857fd 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -21,7 +21,7 @@ jobs: run: >- python3 -m build - name: Publish release to PyPI - uses: pypa/gh-action-pypi-publish@v1.8.6 + uses: pypa/gh-action-pypi-publish@v1.8.7 with: user: __token__ password: ${{ secrets.PYPI_TOKEN }}