Skip to content

Commit

Permalink
Build(deps): Bump JRubics/poetry-publish from 1.17 to 2.0 (#149)
Browse files Browse the repository at this point in the history
Bumps
[JRubics/poetry-publish](https://github.com/jrubics/poetry-publish) from
1.17 to 2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jrubics/poetry-publish/releases">JRubics/poetry-publish's
releases</a>.</em></p>
<blockquote>
<h2>v2.0</h2>
<p>Release notes:</p>
<ul>
<li>Add support for Python 3.12</li>
<li>Add <code>poetry_install_options</code> and
<code>poetry_publish_options</code></li>
<li>Depricate <code>ignore_dev_requirements</code> - deprecated also by
poetry</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/JRubics/poetry-publish/commit/7100bd02517e9f82452e6247849042f6c74dde04"><code>7100bd0</code></a>
Merge pull request <a
href="https://redirect.github.com/jrubics/poetry-publish/issues/48">#48</a>
from JRubics/poetry_install_options</li>
<li><a
href="https://github.com/JRubics/poetry-publish/commit/819b60e88e406152007dbc4922efb349af4e58e5"><code>819b60e</code></a>
Readme</li>
<li><a
href="https://github.com/JRubics/poetry-publish/commit/79f64164d5055080932fa5141f8c462ccec48ac5"><code>79f6416</code></a>
Final</li>
<li><a
href="https://github.com/JRubics/poetry-publish/commit/330c18ccc4a49c35bb15dfbbe53282d43eab23a6"><code>330c18c</code></a>
publish options</li>
<li><a
href="https://github.com/JRubics/poetry-publish/commit/b0c6fa16a97b6b5f6c2f71b0b700fbf8d9370a33"><code>b0c6fa1</code></a>
publish options</li>
<li><a
href="https://github.com/JRubics/poetry-publish/commit/3529264d2237499aa7a2010ef6c290d2b5645a66"><code>3529264</code></a>
Add options</li>
<li><a
href="https://github.com/JRubics/poetry-publish/commit/31c2daa52e8e2a9dfd2d6c82644daf125abc7ece"><code>31c2daa</code></a>
Add options</li>
<li><a
href="https://github.com/JRubics/poetry-publish/commit/dffe3aca4d4fc24f85410ac28815736c518223a4"><code>dffe3ac</code></a>
Update README.md</li>
<li>See full diff in <a
href="https://github.com/jrubics/poetry-publish/compare/v1.17...v2.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=JRubics/poetry-publish&package-manager=github_actions&previous-version=1.17&new-version=2.0)](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>
  • Loading branch information
Diapolo10 authored Feb 6, 2024
2 parents 60533f7 + b0bd929 commit bbd0df6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@master

- name: Publish distribution 📦 to PyPI
uses: JRubics/poetry-publish@v1.17
uses: JRubics/poetry-publish@v2.0
with:
ignore_dev_requirements: 'yes'
pypi_token: ${{ secrets.PYPI_PASSWORD }}
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
uses: actions/checkout@v4

- name: Publish distribution 📦 to Test PyPI
uses: JRubics/poetry-publish@v1.17
uses: JRubics/poetry-publish@v2.0
continue-on-error: true
with:
ignore_dev_requirements: 'yes'
Expand Down

0 comments on commit bbd0df6

Please sign in to comment.