Skip to content

Commit

Permalink
chore(deps): update pypa/gh-action-pypi-publish action to v1.9.0 (#396)
Browse files Browse the repository at this point in the history
[![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://github.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://github.com/pypa/gh-action-pypi-publish/releases/tag/v1.9.0)

[Compare
Source](https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.14...v1.9.0)

#### πŸ’… Cosmetic Output Improvements

-
[@&#8203;woodruffw](https://github.com/woodruffw)[πŸ’°](https://github.com/sponsors/woodruffw)
updated the tense on password nudge in
[#&#8203;234](https://github.com/pypa/gh-action-pypi-publish/issues/234)
-
[@&#8203;shenxianpeng](https://github.com/shenxianpeng)[πŸ’°](https://github.com/sponsors/shenxianpeng)
helped us disable the progress bar that was being produced by the `twine
upload` command via
[#&#8203;231](https://github.com/pypa/gh-action-pypi-publish/issues/231)
-
[@&#8203;woodruffw](https://github.com/woodruffw)[πŸ’°](https://github.com/sponsors/woodruffw)
also linked the PyPI status dashboard in the trusted publishing error
message via
[pypa/gh-action-pypi-publish#243

#### πŸ› οΈ Internal Dependencies

- pre-commit linters got auto-updated @&#8203;
[#&#8203;225](https://github.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://github.com/pypa/gh-action-pypi-publish/issues/228)
- `requests == 2.32.0` via
[#&#8203;240](https://github.com/pypa/gh-action-pypi-publish/issues/240)
    -   `Twine == 5.1.0`

#### βš™οΈ Secret Stuff

In
[#&#8203;241](https://github.com/pypa/gh-action-pypi-publish/issues/241),
[@&#8203;br3ndonland](https://github.com/br3ndonland)[πŸ’°](https://github.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://github.com/pypa/gh-action-pypi-publish/issues/230).

#### πŸ’ͺ New Contributors

- [@&#8203;shenxianpeng](https://github.com/shenxianpeng) made their
first contribution in
[pypa/gh-action-pypi-publish#231
- [@&#8203;br3ndonland](https://github.com/br3ndonland) made their
first contribution in
[pypa/gh-action-pypi-publish#241

**πŸͺž Full Diff**:
pypa/gh-action-pypi-publish@v1.8.14...v1.9.0

**πŸ§”β€β™‚οΈ Release Manager:** [@&#8203;webknjaz
πŸ‡ΊπŸ‡¦](https://github.com/sponsors/webknjaz)

**πŸ™ Special Thanks** to
[@&#8203;pradyunsg](https://github.com/pradyunsg)[πŸ’°](https://github.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/hetznercloud/hcloud-python).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQxMy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 21, 2024
1 parent 3bc651d commit 8e66f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8e66f30

Please sign in to comment.