Skip to content

Commit c5d30f4

Browse files
Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.10.0
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.10 to 1.10.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.8.10...v1.10.0) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent da60822 commit c5d30f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
name: releases
7272
path: dist
7373
- name: Publish package to PyPI
74-
uses: pypa/gh-action-pypi-publish@v1.8.10
74+
uses: pypa/gh-action-pypi-publish@v1.10.0
7575
with:
7676
user: __token__
7777
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)