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.
### [`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**: https://github.com/pypa/gh-action-pypi-publish/compare/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**: https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.12...v1.8.13
**π§ββοΈ Release Manager:** [@webknjaz πΊπ¦](https://togithub.com/sponsors/webknjaz)
### [`v1.8.12`](https://togithub.com/pypa/gh-action-pypi-publish/releases/tag/v1.8.12)
[Compare Source](https://togithub.com/pypa/gh-action-pypi-publish/compare/v1.8.11...v1.8.12)
#### π Cosmetic Output Improvements
[@woodruffw](https://togithub.com/woodruffw)[π°](https://togithub.com/sponsors/woodruffw) replaced the notice annotations with simplified debug messages related to authentication methanism selection via [#196](https://togithub.com/pypa/gh-action-pypi-publish/issues/196). The also improved the error clarity during OIDC exchange on PRs from forks via [#203](https://togithub.com/pypa/gh-action-pypi-publish/issues/203).
#### π What's Documented
[@virtuald](https://togithub.com/virtuald)[π°](https://togithub.com/sponsors/virtuald) updated the docs and pointer messages were updated to mention that reusable workflows aren't supported right now in [#186](https://togithub.com/pypa/gh-action-pypi-publish/issues/186) and [@xuanzhi33](https://togithub.com/xuanzhi33)[π°](https://togithub.com/sponsors/xuanzhi33) later corrected the markdown syntax there via [#216](https://togithub.com/pypa/gh-action-pypi-publish/issues/216).
#### π οΈ Internal Dependencies
- pre-commit linters got autoupdated @ [#204](https://togithub.com/pypa/gh-action-pypi-publish/issues/204)
- Cryptography was bumped from 41.0.6 to 42.0.4 @ [#210](https://togithub.com/pypa/gh-action-pypi-publish/issues/210), [#213](https://togithub.com/pypa/gh-action-pypi-publish/issues/213) and [#214](https://togithub.com/pypa/gh-action-pypi-publish/issues/214)
#### βοΈ Secret Stuff
[@woodruffw](https://togithub.com/woodruffw) proactively updated the OIDC minting API endpoint used during the exchange via [#206](https://togithub.com/pypa/gh-action-pypi-publish/issues/206). Nothing you should be too concerned about, promise!
#### πͺ New Contributors
- [@virtuald](https://togithub.com/virtuald) made their first contribution in [https://github.com/pypa/gh-action-pypi-publish/pull/186](https://togithub.com/pypa/gh-action-pypi-publish/pull/186)
- [@xuanzhi33](https://togithub.com/xuanzhi33) made their first contribution in [https://github.com/pypa/gh-action-pypi-publish/pull/216](https://togithub.com/pypa/gh-action-pypi-publish/pull/216)
**πͺ Full Diff**: https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.11...v1.8.12
**:man_beard: Release Manager:** [@webknjaz πΊπ¦](https://togithub.com/sponsors/webknjaz)
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 contains the following updates:
v1.8.11
->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. ### [`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**: https://github.com/pypa/gh-action-pypi-publish/compare/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**: https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.12...v1.8.13 **π§ββοΈ Release Manager:** [@webknjaz πΊπ¦](https://togithub.com/sponsors/webknjaz) ### [`v1.8.12`](https://togithub.com/pypa/gh-action-pypi-publish/releases/tag/v1.8.12) [Compare Source](https://togithub.com/pypa/gh-action-pypi-publish/compare/v1.8.11...v1.8.12) #### π Cosmetic Output Improvements [@woodruffw](https://togithub.com/woodruffw)[π°](https://togithub.com/sponsors/woodruffw) replaced the notice annotations with simplified debug messages related to authentication methanism selection via [#196](https://togithub.com/pypa/gh-action-pypi-publish/issues/196). The also improved the error clarity during OIDC exchange on PRs from forks via [#203](https://togithub.com/pypa/gh-action-pypi-publish/issues/203). #### π What's Documented [@virtuald](https://togithub.com/virtuald)[π°](https://togithub.com/sponsors/virtuald) updated the docs and pointer messages were updated to mention that reusable workflows aren't supported right now in [#186](https://togithub.com/pypa/gh-action-pypi-publish/issues/186) and [@xuanzhi33](https://togithub.com/xuanzhi33)[π°](https://togithub.com/sponsors/xuanzhi33) later corrected the markdown syntax there via [#216](https://togithub.com/pypa/gh-action-pypi-publish/issues/216). #### π οΈ Internal Dependencies - pre-commit linters got autoupdated @ [#204](https://togithub.com/pypa/gh-action-pypi-publish/issues/204) - Cryptography was bumped from 41.0.6 to 42.0.4 @ [#210](https://togithub.com/pypa/gh-action-pypi-publish/issues/210), [#213](https://togithub.com/pypa/gh-action-pypi-publish/issues/213) and [#214](https://togithub.com/pypa/gh-action-pypi-publish/issues/214) #### βοΈ Secret Stuff [@woodruffw](https://togithub.com/woodruffw) proactively updated the OIDC minting API endpoint used during the exchange via [#206](https://togithub.com/pypa/gh-action-pypi-publish/issues/206). Nothing you should be too concerned about, promise! #### πͺ New Contributors - [@virtuald](https://togithub.com/virtuald) made their first contribution in [https://github.com/pypa/gh-action-pypi-publish/pull/186](https://togithub.com/pypa/gh-action-pypi-publish/pull/186) - [@xuanzhi33](https://togithub.com/xuanzhi33) made their first contribution in [https://github.com/pypa/gh-action-pypi-publish/pull/216](https://togithub.com/pypa/gh-action-pypi-publish/pull/216) **πͺ Full Diff**: https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.11...v1.8.12 **:man_beard: Release Manager:** [@webknjaz πΊπ¦](https://togithub.com/sponsors/webknjaz)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.
This PR was generated by Mend Renovate. View the repository job log.