Skip to content

Commit fe4a7a4

Browse files
Chore(deps): Bump pypa/gh-action-pypi-publish in the third-party group
Bumps the third-party 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.0 to 1.10.2 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.10.0...v1.10.2) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch dependency-group: third-party ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d46c279 commit fe4a7a4

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
@@ -129,7 +129,7 @@ jobs:
129129
path: dist/
130130

131131
- name: Publish archives to PyPI
132-
uses: pypa/[email protected].0
132+
uses: pypa/[email protected].2
133133
with:
134134
user: __token__
135135
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)