Skip to content

Commit f7ee4a9

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

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
@@ -135,7 +135,7 @@ jobs:
135135
path: dist
136136

137137
- name: Upload to PyPI
138-
uses: pypa/gh-action-pypi-publish@v1.4.2
138+
uses: pypa/gh-action-pypi-publish@v1.5.0
139139
with:
140140
user: __token__
141141
password: ${{ secrets.PYPI_RELEASE_PASSWORD }}

0 commit comments

Comments
 (0)