python - Remove X.Y.dev0 packages from poetry package resolution - Stack Overflow

admin2025-04-28  2

We have several packages where feature branch releases are versioned with .devN (.dev0). Releasing packages from feature branches allows you to more quickly test integrations. This follows Pep 420.

However, this creates some problems because pip and poetry (we use the last one for our environment management) now takes the .dev packages when running poetry update. Any option to filter this?

转载请注明原文地址:http://anycun.com/QandA/1745853683a91253.html