Skip to content

Commit bf0ca8a

Browse files
deps: update pypa/gh-action-pypi-publish action to v1.9.0 (#104)
[![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 <details> <summary>pypa/gh-action-pypi-publish (pypa/gh-action-pypi-publish)</summary> ### [`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 - [@&#8203;woodruffw](https://togithub.com/woodruffw)[πŸ’°](https://togithub.com/sponsors/woodruffw) updated the tense on password nudge in [#&#8203;234](https://togithub.com/pypa/gh-action-pypi-publish/issues/234) - [@&#8203;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 [#&#8203;231](https://togithub.com/pypa/gh-action-pypi-publish/issues/231) - [@&#8203;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 @&#8203; [#&#8203;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 [#&#8203;228](https://togithub.com/pypa/gh-action-pypi-publish/issues/228) - `requests == 2.32.0` via [#&#8203;240](https://togithub.com/pypa/gh-action-pypi-publish/issues/240) - `Twine == 5.1.0` #### βš™οΈ Secret Stuff In [#&#8203;241](https://togithub.com/pypa/gh-action-pypi-publish/issues/241), [@&#8203;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 [#&#8203;230](https://togithub.com/pypa/gh-action-pypi-publish/issues/230). #### πŸ’ͺ New Contributors - [@&#8203;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) - [@&#8203;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**: pypa/gh-action-pypi-publish@v1.8.14...v1.9.0 **πŸ§”β€β™‚οΈ Release Manager:** [@&#8203;webknjaz πŸ‡ΊπŸ‡¦](https://togithub.com/sponsors/webknjaz) **πŸ™ Special Thanks** to [@&#8203;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. </details> --- ### 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. --- - [ ] <!-- rebase-check -->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/ansible-community/molecule-hetznercloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e33c1af commit bf0ca8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: β€Ž.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ jobs:
5353
path: dist/
5454

5555
- name: Publish packages to PyPI
56-
uses: pypa/gh-action-pypi-publish@v1.8.14
56+
uses: pypa/gh-action-pypi-publish@v1.9.0

0 commit comments

Comments
Β (0)