gpt4 book ai didi

python - PyPI 如何确定包的最新版本是什么?

转载 作者:行者123 更新时间:2023-12-03 08:46:59 27 4
gpt4 key购买 nike

我最近上传了我在 PyPI 上开发的软件包的升级版,版本 0.4.3。第二天,我注意到一个我忘记添加的小调整,并上传了一个新版本,0.4.3a0。然而,PyPI 仍然将前一个版本标记为最新版本。我错过了什么?

最佳答案

Using PEP 440 ,其中 0.4.3a0 is read as a pre-release (具体来说,是 alpha)版本 0.4.3

Within a numeric release (1.0, 2.7.3), the following suffixes are permitted and MUST be ordered as shown:

.devN, aN, bN, rcN, <no suffix>, .postN

考虑使用版本 0.4.3post1或者只是 0.4.4

关于python - PyPI 如何确定包的最新版本是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61033240/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com