Skip to content

Commit

Permalink
Bump JRubics/poetry-publish from 1.16 to 1.17 (#38)
Browse files Browse the repository at this point in the history
Bumps
[JRubics/poetry-publish](https://github.com/JRubics/poetry-publish) from
1.16 to 1.17.
<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>v1.17</h2>
<p>Add support for python 3.11.2 and 3.11.3 and latest pyenv</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/JRubics/poetry-publish/commit/b71e946be561eaf8bfb7562ecc97c26fb8583070"><code>b71e946</code></a>
Add support for python 3.11.2</li>
<li><a
href="https://github.com/JRubics/poetry-publish/commit/fb1dbd7637e6122f2a29f3a591913051510cc9b5"><code>fb1dbd7</code></a>
Merge pull request <a
href="https://github.com/JRubics/poetry-publish/issues/36">#36</a>
from Tbruno25/patch-1</li>
<li><a
href="https://github.com/JRubics/poetry-publish/commit/20fa4d819db1ae14a50e7c5f21b96f9e10cbd683"><code>20fa4d8</code></a>
update readme</li>
<li>See full diff in <a
href="https://github.com/JRubics/poetry-publish/compare/v1.16...v1.17">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.16&new-version=1.17)](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 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 May 22, 2023
2 parents 5d79b74 + 6810c97 commit ca6525d
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.16
uses: JRubics/poetry-publish@v1.17
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 @@ -81,7 +81,7 @@ jobs:
uses: actions/checkout@v3

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

0 comments on commit ca6525d

Please sign in to comment.