Skip to content

Commit 88ac0ce

Browse files
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@0ab0b79...897895f) --- 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 7f405dc commit 88ac0ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
env:
111111
GEM_HOST_API_KEY: ${{ secrets.GEM_HOST_API_KEY }}
112112
- name: Publish python package
113-
uses: pypa/gh-action-pypi-publish@0ab0b79471669eb3a4d647e625009c62f9f3b241
113+
uses: pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b
114114
with:
115115
user: __token__
116116
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)