qdrant/qdrant-client

Add release sanity check to CI

クローズ

#958 opened on 2025/04/22

 (3 件のコメント) (0 件のリアクション) (0 人の担当者)Python (231 件のフォーク)auto 404
enhancementgood first issue

Repository metrics

Stars
 (1,296 個のスター)
PR merge metrics
 (平均マージ 19d 5h) (30d で 6 merged PRs)

説明

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.

コントリビューターガイド