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?