Skip to content

Commit 7ec1a6c

Browse files
Bump pypa/gh-action-pypi-publish from 1.5.2 to 1.6.1 (#271)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.5.2 to 1.6.1. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.5.2...v1.6.1) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c61094f commit 7ec1a6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
- name: Build sdist and wheel
140140
run: python -m build -s -w . -o dist
141141
- name: Publish to PyPi
142-
uses: pypa/gh-action-pypi-publish@v1.5.2
142+
uses: pypa/gh-action-pypi-publish@v1.6.1
143143
with:
144144
skip_existing: true
145145
user: __token__

0 commit comments

Comments
 (0)