Skip to content

Commit 2df58dc

Browse files
Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.1
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.10.0 to 1.10.1. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.10.0...v1.10.1) --- 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 9f2505e commit 2df58dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
name: artifact
5353
path: dist
5454

55-
- uses: pypa/gh-action-pypi-publish@v1.10.0
55+
- uses: pypa/gh-action-pypi-publish@v1.10.1
5656
with:
5757
user: __token__
5858
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)