Skip to content
This repository was archived by the owner on Apr 19, 2025. It is now read-only.

Commit d64929d

Browse files
build(deps): bump pypa/gh-action-pypi-publish from 1.8.12 to 1.11.0
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.12 to 1.11.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.8.12...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] <support@github.com>
1 parent 6b2004a commit d64929d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
steps:
147147
- uses: actions/checkout@v4
148148
- name: Publish to pypi
149-
uses: pypa/gh-action-pypi-publish@v1.8.12
149+
uses: pypa/gh-action-pypi-publish@v1.11.0
150150
with:
151151
password: ${{ secrets.PYPI_TOKEN }}
152152

0 commit comments

Comments
 (0)