Skip to content

Commit 303528d

Browse files
Build(deps): bump JRubics/poetry-publish from 2.0 to 2.1
Bumps [JRubics/poetry-publish](https://github.com/jrubics/poetry-publish) from 2.0 to 2.1. - [Release notes](https://github.com/jrubics/poetry-publish/releases) - [Commits](JRubics/poetry-publish@v2.0...v2.1) --- updated-dependencies: - dependency-name: JRubics/poetry-publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d4882ca commit 303528d

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)