Skip to content

Commit 05f6ad6

Browse files
Build(deps): bump JRubics/poetry-publish from 2.0 to 2.1 (#205)
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://redirect.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://redirect.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>
2 parents d4882ca + 303528d commit 05f6ad6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pypi_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
uses: actions/checkout@master
1818

1919
- name: Publish distribution 📦 to PyPI
20-
uses: JRubics/poetry-publish@v2.0
20+
uses: JRubics/poetry-publish@v2.1
2121
with:
2222
pypi_token: ${{ secrets.PYPI_PASSWORD }}

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
uses: actions/checkout@v4
7979

8080
- name: Publish distribution 📦 to Test PyPI
81-
uses: JRubics/poetry-publish@v2.0
81+
uses: JRubics/poetry-publish@v2.1
8282
continue-on-error: true
8383
with:
8484
pypi_token: ${{ secrets.TEST_PYPI_PASSWORD }}

0 commit comments

Comments
 (0)