Skip to content

Commit 6b03b66

Browse files
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] <[email protected]>
1 parent 132dd22 commit 6b03b66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-to-pypi.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
path: dist/
9898

9999
- name: Publish distribution 📦 to TestPyPI
100-
uses: pypa/[email protected].3
100+
uses: pypa/[email protected].4
101101
with:
102102
repository-url: https://test.pypi.org/legacy/
103103

@@ -121,4 +121,4 @@ jobs:
121121
path: dist/
122122

123123
- name: Publish distribution 📦 to PyPI
124-
uses: pypa/[email protected].3
124+
uses: pypa/[email protected].4

0 commit comments

Comments
 (0)