Skip to content

Commit f1f60b6

Browse files
build(deps): bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.5 to 1.8.6. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.8.5...v1.8.6) --- 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 1d06382 commit f1f60b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
108108
- name: Publish to PyPI
109109
if: startsWith(github.ref, 'refs/tags')
110-
uses: pypa/gh-action-pypi-publish@v1.8.5
110+
uses: pypa/gh-action-pypi-publish@v1.8.6
111111
with:
112112
password: ${{ secrets.PYPI_PASSWORD }}
113113

0 commit comments

Comments
 (0)