Skip to content

Commit

Permalink
Bump JRubics/poetry-publish from 1.12 to 1.13
Browse files Browse the repository at this point in the history
Bumps [JRubics/poetry-publish](https://github.com/JRubics/poetry-publish) from 1.12 to 1.13.
- [Release notes](https://github.com/JRubics/poetry-publish/releases)
- [Commits](JRubics/poetry-publish@v1.12...v1.13)

---
updated-dependencies:
- dependency-name: JRubics/poetry-publish
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jeking3 committed Nov 3, 2022
1 parent e5e49c5 commit 5019262
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:

- name: Build and Publish (Prerelease)
if: "github.event.release.prerelease"
uses: JRubics/poetry-publish@v1.12
uses: JRubics/poetry-publish@v1.13
with:
pypi_token: ${{ secrets.PYPI_TEST_TOKEN }}
repository_name: "testpypi"
repository_url: "https://test.pypi.org/legacy/"

- name: Build and Publish (Release)
if: "!github.event.release.prerelease"
uses: JRubics/poetry-publish@v1.12
uses: JRubics/poetry-publish@v1.13
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 5019262

Please sign in to comment.