Skip to content

Commit eb392f2

Browse files
Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.10.3
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.10.2 to 1.10.3. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.10.2...v1.10.3) --- 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 8df717a commit eb392f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
# https://github.com/marketplace/actions/pypi-publish
5353
# https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/
5454
- name: Publish package to PyPI
55-
uses: pypa/gh-action-pypi-publish@v1.10.2
55+
uses: pypa/gh-action-pypi-publish@v1.10.3
5656
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
5757
with:
5858
user: __token__

0 commit comments

Comments
 (0)