Skip to content

Commit

Permalink
Build(deps): bump JRubics/poetry-publish from 2.0 to 2.1 (#137)
Browse files Browse the repository at this point in the history
Bumps
[JRubics/poetry-publish](https://github.com/jrubics/poetry-publish) from
2.0 to 2.1.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/JRubics/poetry-publish/commit/4b3306307f536bbfcb559603629b3b4f6aef5ab8"><code>4b33063</code></a>
Merge pull request <a
href="https://github.com/jrubics/poetry-publish/issues/53">#53</a>
from JRubics/development</li>
<li><a
href="https://github.com/JRubics/poetry-publish/commit/99487614136b652dc8cfaf8c1aa2d343627930eb"><code>9948761</code></a>
Support latest python versions</li>
<li><a
href="https://github.com/JRubics/poetry-publish/commit/0f8277c2a088922a482801f377961f7260d0e1de"><code>0f8277c</code></a>
Update version</li>
<li><a
href="https://github.com/JRubics/poetry-publish/commit/69905d4559c5cb45045ad622254147c08e79e419"><code>69905d4</code></a>
Merge pull request <a
href="https://github.com/jrubics/poetry-publish/issues/49">#49</a>
from eddielin0926/fix/typo</li>
<li><a
href="https://github.com/JRubics/poetry-publish/commit/ee58ae3385cd4de7af53cbe59184aa58fe1d6bef"><code>ee58ae3</code></a>
Fix typo</li>
<li><a
href="https://github.com/JRubics/poetry-publish/commit/9eb674f05251b176f1571a77ac50d65e41eeded7"><code>9eb674f</code></a>
Update README.md</li>
<li>See full diff in <a
href="https://github.com/jrubics/poetry-publish/compare/v2.0...v2.1">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=2.0&new-version=2.1)](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
github-actions[bot] authored Jan 23, 2025
2 parents 725ca2a + 6436ad1 commit c6ce6a4
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@v2.0
uses: JRubics/poetry-publish@v2.1
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@v2.0
uses: JRubics/poetry-publish@v2.1
continue-on-error: true
with:
ignore_dev_requirements: 'yes'
Expand Down

0 comments on commit c6ce6a4

Please sign in to comment.