Skip to content

Commit

Permalink
build(dependency): ⬆️ bump pypa/gh-action-pypi-publish from 1.8.5 to …
Browse files Browse the repository at this point in the history
…1.8.8 (#324)

Bumps
[pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish)
from 1.8.5 to 1.8.8.
<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.8</h2>
<h2>:nail_care: Cosmetic output improvements</h2>
<ul>
<li>
<p>In <a
href="https://redirect.github.com/pypa/gh-action-pypi-publish/pull/167">pypa/gh-action-pypi-publish#167</a>,
<a href="https://github.com/woodruffw"><code>@​woodruffw</code></a>
introduced a nudge-warning encouraging people to start using secretless
publishing to PyPI, as suggested by <a
href="https://github.com/sponsors/sethmlarson"><code>@​sethmlarson</code></a>
in <a
href="https://redirect.github.com/pypa/gh-action-pypi-publish/issues/164">pypa/gh-action-pypi-publish#164</a>,
collaborating with <a
href="https://github.com/di"><code>@​di</code></a>.</p>
<p><em>:bulb: Tip:</em> The OIDC-based trusted publishing integration
details can be found in the action README at <a
href="https://github.com/marketplace/actions/pypi-publish#trusted-publishing">https://github.com/marketplace/actions/pypi-publish#trusted-publishing</a>
and on the PyPI docs page at <a
href="https://docs.pypi.org/trusted-publishers/">https://docs.pypi.org/trusted-publishers/</a>.
It's gone GA on April 20, 2023, during PyCon: <a
href="https://blog.pypi.org/posts/2023-04-20-introducing-trusted-publishers/">https://blog.pypi.org/posts/2023-04-20-introducing-trusted-publishers/</a>.
And the Trail Of Bits blog post has some deeper explanation here: <a
href="https://blog.trailofbits.com/2023/05/23/trusted-publishing-a-new-benchmark-for-packaging-security/">https://blog.trailofbits.com/2023/05/23/trusted-publishing-a-new-benchmark-for-packaging-security/</a>.</p>
</li>
</ul>
<h2>:hammer_and_wrench: Internal dependencies</h2>
<ul>
<li><a
href="https://github.com/sponsors/pquentin"><code>@​pquentin</code></a>
bumped the runtime dependency pins to the recent versions @ <a
href="https://redirect.github.com/pypa/gh-action-pypi-publish/pull/168">pypa/gh-action-pypi-publish#168</a>.</li>
</ul>
<h2>:muscle: New Contributors</h2>
<ul>
<li><a href="https://github.com/pquentin"><code>@​pquentin</code></a>
made their first contribution in <a
href="https://redirect.github.com/pypa/gh-action-pypi-publish/pull/168">pypa/gh-action-pypi-publish#168</a></li>
</ul>
<p><strong>:mirror: Full Diff</strong>: <a
href="https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.7...v1.8.8">https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.7...v1.8.8</a></p>
<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>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pypa/gh-action-pypi-publish/commit/f8c70e705ffc13c3b4d1221169b84f12a75d6ca8"><code>f8c70e7</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/gh-action-pypi-publish/issues/168">#168</a>
from pquentin/bump-dependencies</li>
<li><a
href="https://github.com/pypa/gh-action-pypi-publish/commit/68276eb3e42606c933a7e904e2a08d51c25f5f5b"><code>68276eb</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/gh-action-pypi-publish/issues/167">#167</a>
from trail-of-forks/tob-nudge</li>
<li><a
href="https://github.com/pypa/gh-action-pypi-publish/commit/a5d57af63cad4af35241aa8833c74cf45dac20fa"><code>a5d57af</code></a>
Bump runtime dependencies</li>
<li><a
href="https://github.com/pypa/gh-action-pypi-publish/commit/e90e853e89d14ff8ad42240b7e16f7a7f0159fd6"><code>e90e853</code></a>
twine-upload: only nudge on PyPI-looking domains</li>
<li><a
href="https://github.com/pypa/gh-action-pypi-publish/commit/be695966b092c743f840d8cdab3f8a9bddc88f7e"><code>be69596</code></a>
twine-upload: add a nudge for trusted publishing</li>
<li><a
href="https://github.com/pypa/gh-action-pypi-publish/commit/54d67ed3c50a769c633f7db8063c9e634709c1b0"><code>54d67ed</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/gh-action-pypi-publish/issues/165">#165</a>
from pypa/pre-commit-ci-update-config</li>
<li><a
href="https://github.com/pypa/gh-action-pypi-publish/commit/d32e2fab322ed7f929ae799c1e6518f903577add"><code>d32e2fa</code></a>
Revert flake8 to v4.0.1</li>
<li><a
href="https://github.com/pypa/gh-action-pypi-publish/commit/a8d92e9876e847b9d2375b0d8c0e677d1a5122ba"><code>a8d92e9</code></a>
[pre-commit.ci] pre-commit autoupdate</li>
<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>Additional commits viewable in <a
href="https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.5...v1.8.8">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.5&new-version=1.8.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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>

> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Romain Brault <1455095+RomainBrault@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and RomainBrault committed Oct 3, 2023
1 parent 9ae66c0 commit d19ddd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@ jobs:
- name: Publish package on PyPI
if: steps.check-version.outputs.tag
uses: pypa/gh-action-pypi-publish@v1.8.5
uses: pypa/gh-action-pypi-publish@v1.8.8
with:
user: __token__
password: "${{ secrets.PYPI_TOKEN }}"

- name: Publish package on TestPyPI
if: "! steps.check-version.outputs.tag"
uses: pypa/gh-action-pypi-publish@v1.8.5
uses: pypa/gh-action-pypi-publish@v1.8.8
with:
user: __token__
password: "${{ secrets.TEST_PYPI_TOKEN }}"
Expand Down

0 comments on commit d19ddd4

Please sign in to comment.