Skip to content

Commit 4924a3b

Browse files
Update pypa/gh-action-pypi-publish action to v1.8.12 (#369)
[![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 | patch | `v1.8.11` -> `v1.8.12` | --- ### Release Notes <details> <summary>pypa/gh-action-pypi-publish (pypa/gh-action-pypi-publish)</summary> ### [`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 [@&#8203;woodruffw](https://togithub.com/woodruffw)[πŸ’°](https://togithub.com/sponsors/woodruffw) replaced the notice annotations with simplified debug messages related to authentication methanism selection via [#&#8203;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 [#&#8203;203](https://togithub.com/pypa/gh-action-pypi-publish/issues/203). #### πŸ“ What's Documented [@&#8203;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 [#&#8203;186](https://togithub.com/pypa/gh-action-pypi-publish/issues/186) and [@&#8203;xuanzhi33](https://togithub.com/xuanzhi33)[πŸ’°](https://togithub.com/sponsors/xuanzhi33) later corrected the markdown syntax there via [#&#8203;216](https://togithub.com/pypa/gh-action-pypi-publish/issues/216). #### πŸ› οΈ Internal Dependencies - pre-commit linters got autoupdated @&#8203; [#&#8203;204](https://togithub.com/pypa/gh-action-pypi-publish/issues/204) - Cryptography was bumped from 41.0.6 to 42.0.4 @&#8203; [#&#8203;210](https://togithub.com/pypa/gh-action-pypi-publish/issues/210), [#&#8203;213](https://togithub.com/pypa/gh-action-pypi-publish/issues/213) and [#&#8203;214](https://togithub.com/pypa/gh-action-pypi-publish/issues/214) #### βš™οΈ Secret Stuff [@&#8203;woodruffw](https://togithub.com/woodruffw) proactively updated the OIDC minting API endpoint used during the exchange via [#&#8203;206](https://togithub.com/pypa/gh-action-pypi-publish/issues/206). Nothing you should be too concerned about, promise! #### πŸ’ͺ New Contributors - [@&#8203;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) - [@&#8203;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**: pypa/gh-action-pypi-publish@v1.8.11...v1.8.12 **:man_beard: Release Manager:** [@&#8203;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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMTIuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIxMi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 71d4a9f commit 4924a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

β€Ž.github/workflows/python-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Build package
2828
run: python -m build
2929
- name: Publish package
30-
uses: pypa/[email protected].11
30+
uses: pypa/[email protected].12
3131
with:
3232
user: __token__
3333
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
Β (0)