Skip to content

Commit 3eb1c26

Browse files
build(deps): bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 (#807)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.12.2 to 1.12.3. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.12.2...v1.12.3) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d1bf0eb commit 3eb1c26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-upload.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
path: dist
132132
merge-multiple: true
133133
- name: Upload to Test PyPI
134-
uses: pypa/gh-action-pypi-publish@v1.12.2
134+
uses: pypa/gh-action-pypi-publish@v1.12.3
135135
with:
136136
skip-existing: true
137137
repository-url: https://test.pypi.org/legacy/
@@ -154,6 +154,6 @@ jobs:
154154
path: dist
155155
merge-multiple: true
156156
- name: Upload to PyPI
157-
uses: pypa/gh-action-pypi-publish@v1.12.2
157+
uses: pypa/gh-action-pypi-publish@v1.12.3
158158
with:
159159
skip-existing: true

0 commit comments

Comments
 (0)