Skip to content

Commit f3a6275

Browse files
Bump pypa/gh-action-pypi-publish in the dependencies group
Bumps the dependencies group with 1 update: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `pypa/gh-action-pypi-publish` from 1.10.1 to 1.10.2 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.10.1...v1.10.2) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8e6c87a commit f3a6275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- shell: bash -el {0}
2424
run:
2525
python -m build
26-
- uses: pypa/gh-action-pypi-publish@v1.10.1
26+
- uses: pypa/gh-action-pypi-publish@v1.10.2
2727
if: github.event_name == 'release'
2828
with:
2929
user: __token__

0 commit comments

Comments
 (0)