Skip to content

Commit 372330a

Browse files
chore(deps): bump pypa/gh-action-pypi-publish from 1.5.0 to 1.5.1 (#132)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.5.0...v1.5.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 830da1a commit 372330a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
path: dist
138138

139139
- name: Upload to PyPI
140-
uses: pypa/gh-action-pypi-publish@v1.5.0
140+
uses: pypa/gh-action-pypi-publish@v1.5.1
141141
with:
142142
user: __token__
143143
password: ${{ secrets.PYPI_RELEASE_PASSWORD }}

0 commit comments

Comments
 (0)