Skip to content

Commit 5f7d588

Browse files
build(deps): bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.13.0 to 1.14.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.13.0...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 181b29f commit 5f7d588

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
ls -la dist
3737
shell: bash
3838
- name: Publish package to TestPyPI
39-
uses: pypa/gh-action-pypi-publish@v1.13.0
39+
uses: pypa/gh-action-pypi-publish@v1.14.0
4040
with:
4141
repository_url: https://test.pypi.org/legacy/
4242
publish:
@@ -66,4 +66,4 @@ jobs:
6666
ls -la dist
6767
shell: bash
6868
- name: Publish package to PyPI
69-
uses: pypa/gh-action-pypi-publish@v1.13.0
69+
uses: pypa/gh-action-pypi-publish@v1.14.0

0 commit comments

Comments
 (0)