-
Notifications
You must be signed in to change notification settings - Fork 30
Commit 84e3e69
authored
Update pypa/gh-action-pypi-publish action to v1.8.14 (#377)
[](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 | patch | `v1.8.12` -> `v1.8.14` |
---
### Release Notes
<details>
<summary>pypa/gh-action-pypi-publish
(pypa/gh-action-pypi-publish)</summary>
###
[`v1.8.14`](https://togithub.com/pypa/gh-action-pypi-publish/releases/tag/v1.8.14)
[Compare
Source](https://togithub.com/pypa/gh-action-pypi-publish/compare/v1.8.13...v1.8.14)
#### π οΈ Internal Dependencies
Nothing changed feature-wise. The only notable update is that the
underlying container runtime now uses Python 3.12 and pip has been
updated to v24.0 there.
This is should go unnoticed in terms of behavior. It's just a bit of
maintenance burden to be done occasionally by
[@​webknjaz](https://togithub.com/webknjaz)[π°](https://togithub.com/sponsors/webknjaz).
*Enjoy!*
**πͺ Full Diff**:
pypa/gh-action-pypi-publish@v1.8.13...v1.8.14
**π§ββοΈ Release Manager:** [@​webknjaz
πΊπ¦](https://togithub.com/sponsors/webknjaz)
###
[`v1.8.13`](https://togithub.com/pypa/gh-action-pypi-publish/releases/tag/v1.8.13)
[Compare
Source](https://togithub.com/pypa/gh-action-pypi-publish/compare/v1.8.12...v1.8.13)
#### π What's Fixed
This action is now able to consume and publish distribution packages
with `Metadata-Version: 2.3` embedded.
#### π οΈ Internal Dependencies
[@​SigureMo](https://togithub.com/SigureMo)[π°](https://togithub.com/sponsors/SigureMo)
sent us a bump of `pkginfo` version to version 1.10.0 in
[#​219](https://togithub.com/pypa/gh-action-pypi-publish/issues/219).
It's a transitive dependency for us and is not an API-level change but
upgrading it has a side effect of letting Twine recognize distribution
packages [declaring `Metadata-Version:
2.3`](https://packaging.python.org/en/latest/specifications/core-metadata/).
In particular, it is known to affect distributions built with `Maturin
>= 1.5.0`.
Following that,
[@​webknjaz](https://togithub.com/webknjaz)[π°](https://togithub.com/sponsors/webknjaz)
upgraded other transitive and direct dependency pins, including, among
others, the following notable bumps:
- `cryptography == 42.0.5`
- `id == 1.3.0`
- `readme-renderer == 43.0`
- `Twine == 5.0.0`
#### πͺ New Contributors
[@​SigureMo](https://togithub.com/SigureMo) made their first
contribution in
[https://github.com/pypa/gh-action-pypi-publish/pull/219](https://togithub.com/pypa/gh-action-pypi-publish/pull/219)
**πͺ Full Diff**:
pypa/gh-action-pypi-publish@v1.8.12...v1.8.13
**π§ββοΈ Release Manager:** [@​webknjaz
πΊπ¦](https://togithub.com/sponsors/webknjaz)
</details>
---
### Configuration
π
**Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
π¦ **Automerge**: Enabled.
β» **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/allenporter/pyrainbird).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent af17072 commit 84e3e69Copy full SHA for 84e3e69
1 file changed
+1
-1
lines changedβ.github/workflows/python-publish.yaml
Copy file name to clipboardExpand all lines: .github/workflows/python-publish.yaml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
| 30 | + | |
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
|
0 commit comments