Skip to content

Commit

Permalink
Update pypa/gh-action-pypi-publish action to v1.8.10 (#238)
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.8` -> `v1.8.10` |

---

### Release Notes

<details>
<summary>pypa/gh-action-pypi-publish
(pypa/gh-action-pypi-publish)</summary>

###
[`v1.8.10`](https://togithub.com/pypa/gh-action-pypi-publish/releases/tag/v1.8.10)

[Compare
Source](https://togithub.com/pypa/gh-action-pypi-publish/compare/v1.8.9...v1.8.10)

#### πŸ› What's Fixed

[@&#8203;woodruffw](https://togithub.com/woodruffw) fixed decoding OIDC
claims in debug output on failure by applying correct padding to the
encoded payload via
[pypa/gh-action-pypi-publish#177.

**Full Diff**:
pypa/gh-action-pypi-publish@v1.8.9...v1.8.10

###
[`v1.8.9`](https://togithub.com/pypa/gh-action-pypi-publish/releases/tag/v1.8.9)

[Compare
Source](https://togithub.com/pypa/gh-action-pypi-publish/compare/v1.8.8...v1.8.9)

#### πŸ’… Cosmetic output improvements

- [@&#8203;woodruffw](https://togithub.com/woodruffw) added debug output
to the trusted publishing OIDC exchange on failures in
[pypa/gh-action-pypi-publish#174
- [@&#8203;woodruffw](https://togithub.com/woodruffw) implemented
Markdown semantic callouts in README via
[pypa/gh-action-pypi-publish#175

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

- Certifi was bumped from 2023.5.7 to 2023.7.22
@&#[pypa/gh-action-pypi-publish#171
- Cryptography was bumped from 41.0.2 to 41.0.3
@&#[pypa/gh-action-pypi-publish#172

**Full Diff**:
pypa/gh-action-pypi-publish@v1.8.8...v1.8.9

</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:eyJjcmVhdGVkSW5WZXIiOiIzNi40MC4zIiwidXBkYXRlZEluVmVyIjoiMzYuNDAuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 12, 2023
1 parent 10f3ec7 commit 261780d
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.8
uses: pypa/gh-action-pypi-publish@v1.8.10
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 261780d

Please sign in to comment.