Skip to content

Commit 4cbd73e

Browse files
Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.13.0
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.10 to 1.13.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.8.10...v1.13.0) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 26a4bbf commit 4cbd73e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103

104104
- name: Publish package to PyPI
105105
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
106-
uses: pypa/gh-action-pypi-publish@v1.8.10
106+
uses: pypa/gh-action-pypi-publish@v1.13.0
107107
with:
108108
user: __token__
109109
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)