Skip to content

Commit 78b82de

Browse files
Bump pypa/gh-action-pypi-publish from 1.8.3 to 1.8.8
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.3 to 1.8.8. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.8.3...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] <[email protected]>
1 parent b4a9355 commit 78b82de

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
@@ -90,7 +90,7 @@ jobs:
9090
- name: Check products
9191
run: pipx run twine check dist/*
9292

93-
- uses: pypa/[email protected].3
93+
- uses: pypa/[email protected].8
9494
if: github.event_name == 'release' && github.event.action == 'published'
9595
with:
9696
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)