Skip to content

Commit

Permalink
ci: bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 (#244)
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.8.10 to 1.8.11.
<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.11</h2>
<h2>:nail_care: Cosmetic output improvements</h2>
<p><a href="https://github.com/woodruffw"><code>@​woodruffw</code></a>
added a nudge suggesting the users storing passwords in a GitHub Actions
repository secrets to switch to using secretless publishing in <a
href="https://redirect.github.com/pypa/gh-action-pypi-publish/pull/190">pypa/gh-action-pypi-publish#190</a>.
This also reminds people that PyPI will start mandating two-factor
authentication to perform uploads in 2024.</p>
<h2>:memo: What's Documented</h2>
<p><a href="https://github.com/di"><code>@​di</code></a> linked the
configuration docs for Trusted Publishing in README via <a
href="https://redirect.github.com/pypa/gh-action-pypi-publish/pull/179">pypa/gh-action-pypi-publish#179</a>.</p>
<h2>:hammer_and_wrench: Internal dependencies</h2>
<ul>
<li>Cryptography was bumped from 41.0.3 to 41.0.6 @ <a
href="https://redirect.github.com/pypa/gh-action-pypi-publish/pull/194">pypa/gh-action-pypi-publish#194</a></li>
<li>Pip was bumped from 22.3.1 to 23.3 @ <a
href="https://redirect.github.com/pypa/gh-action-pypi-publish/pull/189">pypa/gh-action-pypi-publish#189</a></li>
<li>pre-commit linters got autoupdated @ <a
href="https://redirect.github.com/pypa/gh-action-pypi-publish/pull/184">pypa/gh-action-pypi-publish#184</a></li>
<li>Urllib3 was bumped from 2.0.3 to 2.0.7 @ <a
href="https://redirect.github.com/pypa/gh-action-pypi-publish/pull/183">pypa/gh-action-pypi-publish#183</a>
and <a
href="https://redirect.github.com/pypa/gh-action-pypi-publish/pull/185">pypa/gh-action-pypi-publish#185</a></li>
</ul>
<h2>:muscle: New Contributors</h2>
<ul>
<li><a href="https://github.com/di"><code>@​di</code></a> made their
first contribution in <a
href="https://redirect.github.com/pypa/gh-action-pypi-publish/pull/179">pypa/gh-action-pypi-publish#179</a></li>
</ul>
<p><strong>:mirror: Full Diff</strong>: <a
href="https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.10...v1.8.11">https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.10...v1.8.11</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pypa/gh-action-pypi-publish/commit/2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf"><code>2f6f737</code></a>
Merge commit PR <a
href="https://redirect.github.com/pypa/gh-action-pypi-publish/issues/184">#184</a>
into unstable/v1</li>
<li><a
href="https://github.com/pypa/gh-action-pypi-publish/commit/2fa448ab0cb5d361fc9e7faa3d0046366bd2db64"><code>2fa448a</code></a>
Merge PRs <a
href="https://redirect.github.com/pypa/gh-action-pypi-publish/issues/190">#190</a>,
<a
href="https://redirect.github.com/pypa/gh-action-pypi-publish/issues/184">#184</a>,
<a
href="https://redirect.github.com/pypa/gh-action-pypi-publish/issues/185">#185</a>,
<a
href="https://redirect.github.com/pypa/gh-action-pypi-publish/issues/189">#189</a>
and <a
href="https://redirect.github.com/pypa/gh-action-pypi-publish/issues/194">#194</a>
into unstable/v1</li>
<li><a
href="https://github.com/pypa/gh-action-pypi-publish/commit/824ad317867cf757fa348a46a1a430cd9bd7ef28"><code>824ad31</code></a>
Revert flake8 to v4.0.1 for WPS</li>
<li><a
href="https://github.com/pypa/gh-action-pypi-publish/commit/41f3f53c7540cba18712b77660518afd98e0b65a"><code>41f3f53</code></a>
Bump cryptography from 41.0.3 to 41.0.6 in /requirements</li>
<li><a
href="https://github.com/pypa/gh-action-pypi-publish/commit/2319287e0a60524271d7d771003e897075162148"><code>2319287</code></a>
twine-upload: ::error, switch nudge order</li>
<li><a
href="https://github.com/pypa/gh-action-pypi-publish/commit/254a0d4ec4eacf3fd4c21bdd327fdd72c45213d9"><code>254a0d4</code></a>
twine-upload: add a nudge for password auth</li>
<li><a
href="https://github.com/pypa/gh-action-pypi-publish/commit/70a33caeb93cb7e19240fbec59f10b44df0c20ce"><code>70a33ca</code></a>
Bump pip from 22.3.1 to 23.3 in /requirements</li>
<li><a
href="https://github.com/pypa/gh-action-pypi-publish/commit/102f507b758434b11f3a302e53c72ebad30ebef8"><code>102f507</code></a>
Bump urllib3 from 2.0.6 to 2.0.7 in /requirements</li>
<li><a
href="https://github.com/pypa/gh-action-pypi-publish/commit/79739dc2f2bf6bcfd21ecf9af9f06bd643dbeeae"><code>79739dc</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/gh-action-pypi-publish/issues/183">#183</a>
from pypa/dependabot/pip/requirements/urllib3-2.0.6</li>
<li><a
href="https://github.com/pypa/gh-action-pypi-publish/commit/9a3f9ad5bc96111f11d014e047f1ac7dc644ff56"><code>9a3f9ad</code></a>
[pre-commit.ci] pre-commit autoupdate</li>
<li>Additional commits viewable in <a
href="https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.10...v1.8.11">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.10&new-version=1.8.11)](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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
1 parent 0beeb85 commit a831033
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 @@ -50,4 +50,4 @@ jobs:
file_glob: true

- name: Publish
uses: pypa/[email protected].10
uses: pypa/[email protected].11

0 comments on commit a831033

Please sign in to comment.