From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 09:54:50 +0000 (+0100) Subject: Chore(deps): Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 (#1804) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=47f4ce601b1e036691ec7307f7277ceab39f8aff;p=music-assistant-server.git Chore(deps): Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 (#1804) Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.12.2 to 1.12.3. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.12.2...v1.12.3) --- 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/release.yml b/.github/workflows/release.yml index 76e35efe..b2e51ff0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -76,7 +76,7 @@ jobs: path: dist/ - name: Publish release to PyPI if: ${{ github.event.release.prerelease == false }} - uses: pypa/gh-action-pypi-publish@v1.12.2 + uses: pypa/gh-action-pypi-publish@v1.12.3 with: user: __token__ password: ${{ secrets.PYPI_TOKEN }}