I use devpi to deploy python modules. When I upload packages via devpi upload
the generated module name always contains the 'dev' postfix after the version number. When I try to install those packages using pip install ...
I have to specify the --pre
flag. How do I get rid of this 'pre' postfix? I assume that I somehow have to mark the module as release version, but I have no clue how.
python - How to get rid of "dev" postfix in version number when packaging a python module with devpi
问问题
873 次