Skip to content

Commit f70a03b

Browse files
build(deps): bump pypa/gh-action-pypi-publish from 1.12.4 to 1.14.0
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.12.4 to 1.14.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.12.4...v1.14.0) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 83a31a7 commit f70a03b

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
@@ -71,7 +71,7 @@ jobs:
7171
- name: Check products
7272
run: pipx run twine check dist/*
7373

74-
- uses: pypa/gh-action-pypi-publish@v1.12.4
74+
- uses: pypa/gh-action-pypi-publish@v1.14.0
7575
if: github.event_name == 'release' && github.event.action == 'published'
7676
with:
7777
user: __token__

0 commit comments

Comments
 (0)