Skip to content

Commit 55a236a

Browse files
build(deps): bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 (#656)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.10 to 1.8.11. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.8.10...v1.8.11) --- 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 9c546c1 commit 55a236a

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
@@ -111,7 +111,7 @@ jobs:
111111
name: artifact
112112
path: dist
113113
- name: Upload to Test PyPI
114-
uses: pypa/gh-action-pypi-publish@v1.8.10
114+
uses: pypa/gh-action-pypi-publish@v1.8.11
115115
with:
116116
skip-existing: true
117117
repository-url: https://test.pypi.org/legacy/
@@ -132,6 +132,6 @@ jobs:
132132
name: artifact
133133
path: dist
134134
- name: Upload to PyPI
135-
uses: pypa/gh-action-pypi-publish@v1.8.10
135+
uses: pypa/gh-action-pypi-publish@v1.8.11
136136
with:
137137
skip-existing: true

0 commit comments

Comments
 (0)