From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 09:55:07 +0000 (+0200) Subject: Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0 (#1635) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=93a0e61b7bfcb01b041532f8b04e23075bdb14f1;p=music-assistant-server.git Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0 (#1635) Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish 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/release.yml b/.github/workflows/release.yml index 28db3366..29ace4da 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -86,7 +86,7 @@ jobs: name: release-dists path: dist/ - name: Publish release to PyPI - uses: pypa/gh-action-pypi-publish@v1.9.0 + uses: pypa/gh-action-pypi-publish@v1.10.0 with: user: __token__ password: ${{ secrets.PYPI_TOKEN }}