Skip to content

Commit 0fea7dd

Browse files
dependabot[bot]ctuguinay
authored andcommitted
chore(deps): bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 (OSOceanAcoustics#1430)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 690c542 commit 0fea7dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
ls -ltrh
7070
ls -ltrh dist
7171
- name: Publish to Test PyPI
72-
uses: pypa/[email protected].3
72+
uses: pypa/[email protected].4
7373
with:
7474
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
7575
repository_url: https://test.pypi.org/legacy/
@@ -104,6 +104,6 @@ jobs:
104104
name: releases
105105
path: dist
106106
- name: Publish to PyPI
107-
uses: pypa/[email protected].3
107+
uses: pypa/[email protected].4
108108
with:
109109
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)