From 8e66f30e15b54bcfe2fbabf26dcf406b3f1f1712 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Jun 2024 00:30:47 +0200 Subject: [PATCH] chore(deps): update pypa/gh-action-pypi-publish action to v1.9.0 (#396) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pypa/gh-action-pypi-publish](https://togithub.com/pypa/gh-action-pypi-publish) | action | minor | `v1.8.14` -> `v1.9.0` | --- ### Release Notes
pypa/gh-action-pypi-publish (pypa/gh-action-pypi-publish) ### [`v1.9.0`](https://togithub.com/pypa/gh-action-pypi-publish/releases/tag/v1.9.0) [Compare Source](https://togithub.com/pypa/gh-action-pypi-publish/compare/v1.8.14...v1.9.0) #### πŸ’… Cosmetic Output Improvements - [@​woodruffw](https://togithub.com/woodruffw)[πŸ’°](https://togithub.com/sponsors/woodruffw) updated the tense on password nudge in [#​234](https://togithub.com/pypa/gh-action-pypi-publish/issues/234) - [@​shenxianpeng](https://togithub.com/shenxianpeng)[πŸ’°](https://togithub.com/sponsors/shenxianpeng) helped us disable the progress bar that was being produced by the `twine upload` command via [#​231](https://togithub.com/pypa/gh-action-pypi-publish/issues/231) - [@​woodruffw](https://togithub.com/woodruffw)[πŸ’°](https://togithub.com/sponsors/woodruffw) also linked the PyPI status dashboard in the trusted publishing error message via [https://github.com/pypa/gh-action-pypi-publish/pull/243](https://togithub.com/pypa/gh-action-pypi-publish/pull/243) #### πŸ› οΈ Internal Dependencies - pre-commit linters got auto-updated @​ [#​225](https://togithub.com/pypa/gh-action-pypi-publish/issues/225) - some notable dependency bumps include - `cryptography == 42.0.7` - `id == 1.4.0` - `idna == 3.7` via [#​228](https://togithub.com/pypa/gh-action-pypi-publish/issues/228) - `requests == 2.32.0` via [#​240](https://togithub.com/pypa/gh-action-pypi-publish/issues/240) - `Twine == 5.1.0` #### βš™οΈ Secret Stuff In [#​241](https://togithub.com/pypa/gh-action-pypi-publish/issues/241), [@​br3ndonland](https://togithub.com/br3ndonland)[πŸ’°](https://togithub.com/sponsors/br3ndonland) added a Docker label linking the container image to this repository for GHCR to display it nicely. This is preparatory work for a big performance-focused refactoring he's working on in [#​230](https://togithub.com/pypa/gh-action-pypi-publish/issues/230). #### πŸ’ͺ New Contributors - [@​shenxianpeng](https://togithub.com/shenxianpeng) made their first contribution in [https://github.com/pypa/gh-action-pypi-publish/pull/231](https://togithub.com/pypa/gh-action-pypi-publish/pull/231) - [@​br3ndonland](https://togithub.com/br3ndonland) made their first contribution in [https://github.com/pypa/gh-action-pypi-publish/pull/241](https://togithub.com/pypa/gh-action-pypi-publish/pull/241) **πŸͺž Full Diff**: https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.14...v1.9.0 **πŸ§”β€β™‚οΈ Release Manager:** [@​webknjaz πŸ‡ΊπŸ‡¦](https://togithub.com/sponsors/webknjaz) **πŸ™ Special Thanks** to [@​pradyunsg](https://togithub.com/pradyunsg)[πŸ’°](https://togithub.com/sponsors/pradyunsg) for promptly unblocking this release to Marketplace as GitHub started asking for yet another developer agreement signature from the organization admins.
--- ### Configuration πŸ“… **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. β™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. πŸ”• **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/hetznercloud/hcloud-python). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aaa2976e..150e7164 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,4 +53,4 @@ jobs: path: dist/ - name: Publish packages to PyPI - uses: pypa/gh-action-pypi-publish@v1.8.14 + uses: pypa/gh-action-pypi-publish@v1.9.0