Skip to content

Commit 3e8131f

Browse files
Bump pypa/gh-action-pypi-publish from 1.8.3 to 1.8.4 (#80)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.3 to 1.8.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pypa/gh-action-pypi-publish/releases">pypa/gh-action-pypi-publish's releases</a>.</em></p> <blockquote> <h2>v1.8.4</h2> <h2>What's Improved</h2> <ul> <li><a href="https://github.com/hugovk"><code>@​hugovk</code></a> cleaned up the double whitespaces in the OIDC flow logging in <a href="https://redirect.github.com/pypa/gh-action-pypi-publish/pull/140">pypa/gh-action-pypi-publish#140</a></li> <li><a href="https://github.com/woodruffw"><code>@​woodruffw</code></a> added a title and a docs link to the OIDC error output in <a href="https://redirect.github.com/pypa/gh-action-pypi-publish/pull/139">pypa/gh-action-pypi-publish#139</a></li> </ul> <p><strong>Full Diff</strong>: <a href="https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.3...v1.8.4">https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.3...v1.8.4</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/gh-action-pypi-publish/commit/29930c9cf57955dc1b98162d0d8bc3ec80d9e75c"><code>29930c9</code></a> Merge pull request <a href="https://redirect.github.com/pypa/gh-action-pypi-publish/issues/139">#139</a> from trail-of-forks/tob-improve-errors</li> <li><a href="https://github.com/pypa/gh-action-pypi-publish/commit/9c859e9a775e2122ff3da8f3f5bdfc6ca175f996"><code>9c859e9</code></a> Merge pull request <a href="https://redirect.github.com/pypa/gh-action-pypi-publish/issues/140">#140</a> from hugovk/oidc-whitespace</li> <li><a href="https://github.com/pypa/gh-action-pypi-publish/commit/65bf8a81decf5c0966c65c2a2e4400e507008232"><code>65bf8a8</code></a> Remove double spaces</li> <li><a href="https://github.com/pypa/gh-action-pypi-publish/commit/486ec8dd234caaf3824a0662ee75bc66a778cab7"><code>486ec8d</code></a> oidc-exchange: improve errors</li> <li>See full diff in <a href="https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.3...v1.8.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pypa/gh-action-pypi-publish&package-manager=github_actions&previous-version=1.8.3&new-version=1.8.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b86cf7f commit 3e8131f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
name: artifact
5353
path: dist
5454

55-
- uses: pypa/[email protected].3
55+
- uses: pypa/[email protected].4
5656
with:
5757
user: __token__
5858
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)