qdrant/qdrant-client

Add release sanity check to CI

已关闭

#958 创建于 2025年4月22日

 (3 条评论) (0 个反应) (0 位负责人)Python (231 个派生)auto 404
enhancementgood first issue

仓库指标

星标
 (1,296 个星标)
PR 合并指标
 (平均合并 19天 5小时) (30 天内合并 6 个 PR)

描述

We've already had 2 broken releases due to pytest leaking into the qdrant-client code (it was not in tests/). Both times it was figured out after making a release via just pip install qdrant-client in a fresh venv. This error makes us yank a broken package and release a patch version However, this problem could be easily detected during CI.

贡献者指南