Skip to content

Commit 45a1861

Browse files
dependabot[bot]probberechts
authored andcommitted
build(deps): bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.12.3 to 1.12.4. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.12.3...v1.12.4) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent af297a4 commit 45a1861

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ jobs:
4747
poetry build --ansi
4848
- name: Publish package on PyPI
4949
if: steps.check-version.outputs.tag
50-
uses: pypa/gh-action-pypi-publish@v1.12.3
50+
uses: pypa/gh-action-pypi-publish@v1.12.4
5151
with:
5252
user: __token__
5353
password: ${{ secrets.PYPI_TOKEN }}
5454
- name: Publish package on TestPyPI
5555
if: "! steps.check-version.outputs.tag"
56-
uses: pypa/gh-action-pypi-publish@v1.12.3
56+
uses: pypa/gh-action-pypi-publish@v1.12.4
5757
with:
5858
user: __token__
5959
password: ${{ secrets.TEST_PYPI_TOKEN }}

0 commit comments

Comments
 (0)