Skip to content

Commit de8ae51

Browse files
dependabot[bot]kklein
authored andcommitted
Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 (#225)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.14 to 1.9.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.8.14...v1.9.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 28742ec commit de8ae51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
name: artifact
4949
path: dist
5050

51-
- uses: pypa/gh-action-pypi-publish@v1.8.14
51+
- uses: pypa/gh-action-pypi-publish@v1.9.0
5252
with:
5353
user: __token__
5454
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)