Skip to content

Commit

Permalink
Update pypa/gh-action-pypi-publish action to v1.8.12 (#369)
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://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
[pypa/gh-action-pypi-publish#186
- [@&#8203;xuanzhi33](https://togithub.com/xuanzhi33) made their first
contribution in
[pypa/gh-action-pypi-publish#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>
  • Loading branch information
renovate[bot] committed Feb 28, 2024
1 parent 71d4a9f commit 4924a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Build package
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@v1.8.11
uses: pypa/gh-action-pypi-publish@v1.8.12
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 4924a3b

Please sign in to comment.