Skip to content

Commit f8f2491

Browse files
build(deps): bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.2
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.10.1 to 1.10.2. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.10.1...v1.10.2) --- 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 fc5a8b6 commit f8f2491

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.10.1
134+
uses: pypa/gh-action-pypi-publish@v1.10.2
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.10.1
157+
uses: pypa/gh-action-pypi-publish@v1.10.2
158158
with:
159159
skip-existing: true

0 commit comments

Comments
 (0)