Skip to content

Commit bd735af

Browse files
build(deps): bump pypa/gh-action-pypi-publish from 1.8.7 to 1.8.8
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.7 to 1.8.8. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.8.7...v1.8.8) --- 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 c2beecc commit bd735af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- name: Check products
8585
run: pipx run twine check dist/*
8686

87-
- uses: pypa/gh-action-pypi-publish@v1.8.7
87+
- uses: pypa/gh-action-pypi-publish@v1.8.8
8888
if: github.event_name == 'release' && github.event.action == 'published'
8989
with:
9090
user: __token__

0 commit comments

Comments
 (0)