Skip to content

Commit 3984f21

Browse files
Bump pypa/gh-action-pypi-publish from 1.8.3 to 1.8.5 (#63)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.3 to 1.8.5. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.8.3...v1.8.5) --- 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 3b4abcd commit 3984f21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
- name: Build sdist and wheel
106106
run: python -m build -s -w . -o dist
107107
- name: Publish to PyPi
108-
uses: pypa/gh-action-pypi-publish@v1.8.3
108+
uses: pypa/gh-action-pypi-publish@v1.8.5
109109
with:
110110
skip_existing: true
111111
user: __token__

0 commit comments

Comments
 (0)