Skip to content

Commit 321c19e

Browse files
Build(deps): Bump pypa/gh-action-pypi-publish in the actions group
Bumps the actions 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: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1478c92 commit 321c19e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
name: releases
6868
path: dist
6969
- name: Publish package to PyPI
70-
uses: pypa/gh-action-pypi-publish@v1.10.1
70+
uses: pypa/gh-action-pypi-publish@v1.10.2
7171
with:
7272
user: __token__
7373
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)