Skip to content

Commit d19f785

Browse files
Bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0 (#152)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7a3fbbe commit d19f785

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- name: Build package
9393
run: python -m build
9494
- name: PyPI upload
95-
uses: pypa/gh-action-pypi-publish@v1.13.0
95+
uses: pypa/gh-action-pypi-publish@v1.14.0
9696
with:
9797
packages_dir: dist
9898
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)