qdrant/qdrant-client

Add release sanity check to CI

Chiusa

#958 aperta il 22 apr 2025

 (3 commenti) (0 reazioni) (0 assegnatari)Python (231 fork)auto 404
enhancementgood first issue

Metriche repository

Star
 (1296 stelle)
Metriche merge PR
 (Merge medio 19g 5h) (6 PR mergiate in 30 g)

Descrizione

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.

Guida contributor