Skip to content

Commit

Permalink
chore(deps): bump pypa/gh-action-pypi-publish from 1.5.0 to 1.8.7 (#67)
Browse files Browse the repository at this point in the history
Bumps
[pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish)
from 1.5.0 to 1.8.7.
<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.7</h2>
<h2>:nail_care: Cosmetic output impovements</h2>
<ul>
<li><a href="https://github.com/woodruffw"><code>@​woodruffw</code></a>
fixed OIDC the multiline annotations by escaping LF through urlencoding
it in <a
href="https://redirect.github.com/pypa/gh-action-pypi-publish/pull/156">pypa/gh-action-pypi-publish#156</a>.</li>
<li><a href="https://github.com/jaap3"><code>@​jaap3</code></a> noticed
and promptly removed extraneous <code>}</code> from a non-OIDC log
annotation in <a
href="https://redirect.github.com/pypa/gh-action-pypi-publish/pull/161">pypa/gh-action-pypi-publish#161</a>.</li>
<li><a href="https://github.com/hugovk"><code>@​hugovk</code></a> made
pip ignore that it runs under the root user and suppress its warning
output in <a
href="https://redirect.github.com/pypa/gh-action-pypi-publish/pull/159">pypa/gh-action-pypi-publish#159</a>.</li>
</ul>
<h2>:hammer_and_wrench: Internal dependencies</h2>
<ul>
<li>Cryptography was bumped from 39.0.1 to 41.0.0 @ <a
href="https://redirect.github.com/pypa/gh-action-pypi-publish/pull/160">pypa/gh-action-pypi-publish#160</a></li>
<li>Requests was bumped from 2.28.1 to 2.31.0 @ <a
href="https://redirect.github.com/pypa/gh-action-pypi-publish/pull/157">pypa/gh-action-pypi-publish#157</a></li>
</ul>
<h2>:muscle: New Contributors</h2>
<ul>
<li><a href="https://github.com/jaap3"><code>@​jaap3</code></a> made
their first contribution in <a
href="https://redirect.github.com/pypa/gh-action-pypi-publish/pull/161">pypa/gh-action-pypi-publish#161</a></li>
</ul>
<p><strong>:mirror: Full Diff</strong>: <a
href="https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.6...v1.8.7">https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.6...v1.8.7</a></p>
<h2>v1.8.6</h2>
<h2>What's Updated</h2>
<ul>
<li><a
href="https://github.com/sponsors/woodruffw"><code>@​woodruffw</code></a>
dropped the references to a “private beta” from the project docs and
runtime in <a
href="https://redirect.github.com/pypa/gh-action-pypi-publish/pull/147">pypa/gh-action-pypi-publish#147</a>.
He also clarified that the API tokens are still more secure than
passwords in <a
href="https://redirect.github.com/pypa/gh-action-pypi-publish/pull/150">pypa/gh-action-pypi-publish#150</a>.</li>
<li><a
href="https://github.com/sponsors/asherf"><code>@​asherf</code></a>
noticed that the action metadata incorrectly marked the
<code>password</code> field as required and contributed a correction in
<a
href="https://redirect.github.com/pypa/gh-action-pypi-publish/pull/151">pypa/gh-action-pypi-publish#151</a></li>
<li><a
href="https://github.com/sponsors/webknjaz"><code>@​webknjaz</code></a>
moved the Trusted Publishing example to the top of the README in hopes
that new users would default to using it via <a
href="https://github.com/pypa/gh-action-pypi-publish/commit/f47b34707fd264d5ddb1ef322ca74cf8e4cf351b">https://github.com/pypa/gh-action-pypi-publish/commit/f47b34707fd264d5ddb1ef322ca74cf8e4cf351b</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/sponsors/asherf"><code>@​asherf</code></a> made
their first contribution in <a
href="https://redirect.github.com/pypa/gh-action-pypi-publish/pull/151">pypa/gh-action-pypi-publish#151</a></li>
</ul>
<p><strong>Full Diff</strong>: <a
href="https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.5...v1.8.6">https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.5...v1.8.6</a></p>
<h2>v1.8.5</h2>
<h2>What's Improved</h2>
<p><a href="https://github.com/woodruffw"><code>@​woodruffw</code></a>
improved the user-facing documentation and logging to make use of the
Trusted Publishing flow terminology cohesive with PyPI in <a
href="https://redirect.github.com/pypa/gh-action-pypi-publish/pull/143">pypa/gh-action-pypi-publish#143</a>.
Trusted Publishing used to be referred to as OpenID Connect (OIDC) — the
underlying technology that is being used to make it work. He also made
the action display the cause of the Trusted Publishing flow being
selected by the action via <a
href="https://redirect.github.com/pypa/gh-action-pypi-publish/pull/142">pypa/gh-action-pypi-publish#142</a>.</p>
<p><strong>Full Diff</strong>: <a
href="https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.4...v1.8.5">https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.4...v1.8.5</a></p>
<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>
<h2>v1.8.3</h2>
<h2>What's New</h2>
<p>This release improves the logging detalization of which
authentication mode is selected when the action runs. It surfaces this
detail to the workflow run summary page as annotations. The change was
contributed by <a
href="https://github.com/woodruffw"><code>@​woodruffw</code></a> in <a
href="https://redirect.github.com/pypa/gh-action-pypi-publish/pull/136">pypa/gh-action-pypi-publish#136</a>.</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pypa/gh-action-pypi-publish/commit/f5622bde02b04381239da3573277701ceca8f6a0"><code>f5622bd</code></a>
Merge PRs <a
href="https://redirect.github.com/pypa/gh-action-pypi-publish/issues/159">#159</a>
and <a
href="https://redirect.github.com/pypa/gh-action-pypi-publish/issues/160">#160</a>
into unstable/v1</li>
<li><a
href="https://github.com/pypa/gh-action-pypi-publish/commit/3be882c473b35162143effc2be2455999c59fc06"><code>3be882c</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/gh-action-pypi-publish/issues/161">#161</a>
from jaap3/jaap3-patch-1</li>
<li><a
href="https://github.com/pypa/gh-action-pypi-publish/commit/775be49481ba30cf6003c8fdc32d3b3acf48c6a3"><code>775be49</code></a>
Remove extraneous }</li>
<li><a
href="https://github.com/pypa/gh-action-pypi-publish/commit/5684530096325b74c64f5c67ddf81806eb6507cb"><code>5684530</code></a>
Bump cryptography from 39.0.1 to 41.0.0 in /requirements</li>
<li><a
href="https://github.com/pypa/gh-action-pypi-publish/commit/135d0d53531a9cf16b81e1b7eaa4992247060d83"><code>135d0d5</code></a>
Ignore pip's root user warning</li>
<li><a
href="https://github.com/pypa/gh-action-pypi-publish/commit/110f54a3871763056757c3e203635d4c5711439f"><code>110f54a</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/gh-action-pypi-publish/issues/157">#157</a>
from pypa/dependabot/pip/requirements/requests-2.31.0</li>
<li><a
href="https://github.com/pypa/gh-action-pypi-publish/commit/c803c91ef00ddbdb881fa5726ed11f611f0a0edf"><code>c803c91</code></a>
Bump requests from 2.28.1 to 2.31.0 in /requirements</li>
<li><a
href="https://github.com/pypa/gh-action-pypi-publish/commit/f9ed8ba9ad06d20b1ebb6002ffb93050ed9a1951"><code>f9ed8ba</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/gh-action-pypi-publish/issues/156">#156</a>
from trail-of-forks/tob-fix-annotation</li>
<li><a
href="https://github.com/pypa/gh-action-pypi-publish/commit/30639668ca11564ee2c0fda77e7e080e3a03c9ed"><code>3063966</code></a>
oidc-exchange: &quot;fix&quot; multiline annotations</li>
<li><a
href="https://github.com/pypa/gh-action-pypi-publish/commit/a56da0b891b3dc519c7ee3284aff1fad93cc8598"><code>a56da0b</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/gh-action-pypi-publish/issues/151">#151</a>
from asherf/trusted</li>
<li>Additional commits viewable in <a
href="https://github.com/pypa/gh-action-pypi-publish/compare/v1.5.0...v1.8.7">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.5.0&new-version=1.8.7)](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>
  • Loading branch information
ErikBavenstrand authored Jun 30, 2023
2 parents 54e0845 + b8f0f29 commit 74315f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Publish package on PyPI
if: steps.semantic-release.outputs.version
uses: pypa/gh-action-pypi-publish@v1.5.0
uses: pypa/gh-action-pypi-publish@v1.8.7
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 74315f4

Please sign in to comment.