Skip to content

Commit c65df3b

Browse files
Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 (#29)
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 fef2cf2 commit c65df3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
path: dist
120120
- run: ls -lh dist/
121121
- name: Publish to TestPyPI
122-
uses: pypa/[email protected].3
122+
uses: pypa/[email protected].4
123123
with:
124124
repository-url: https://test.pypi.org/legacy/
125125
skip-existing: true
@@ -141,4 +141,4 @@ jobs:
141141
path: dist
142142
- run: ls -lh dist/
143143
- name: Publish to PyPI
144-
uses: pypa/[email protected].3
144+
uses: pypa/[email protected].4

0 commit comments

Comments
 (0)