Skip to content

Commit 0422086

Browse files
Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.11.0 (#194)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.10.2 to 1.11.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.10.2...v1.11.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lukas Pilz <[email protected]>
1 parent c76d004 commit 0422086

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
@@ -83,7 +83,7 @@ jobs:
8383
name: releases
8484
path: dist
8585
- name: Publish package to PyPI
86-
uses: pypa/gh-action-pypi-publish@v1.10.2
86+
uses: pypa/gh-action-pypi-publish@v1.11.0
8787
with:
8888
user: __token__
8989
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)