Skip to content

Commit 90bcdf0

Browse files
Bump pypa/gh-action-pypi-publish in /.github/workflows
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.4.2 to 1.13.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.4.2...v1.13.0) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a4a636b commit 90bcdf0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pypi-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
twine check dist/*
1616
- name: Publish package
1717
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
18-
uses: pypa/gh-action-pypi-publish@v1.4.2
18+
uses: pypa/gh-action-pypi-publish@v1.13.0
1919
with:
2020
verbose: true
2121
user: __token__

0 commit comments

Comments
 (0)