简体   繁体   English

意外的软件包版本被上传到工件

[英]unexpected package version getting uploaded to artifactory

I'm usint the following twine COMMAND TO UPLOAD A PACKAGE TO ARTIFACTORY: 我要使用以下twine命令将包装上传至人工制品:

twine upload --repository-url https://artifactory-url.com/ dist/* --user username --password password

It outputs this: 它输出:

Uploading distributions to https://artifactory-url.com/
Uploading sdk-config-1.0.2.tar.gz
100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 12.9k/12.9k [00:02<00:00, 5.42kB/s]
Uploading sdk-config-1.1.0.tar.gz
100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 12.9k/12.9k [00:01<00:00, 8.68kB/s]

I only expected version 1.1.0 to be uploaded. 我只希望版本1.1.0被上传。 I can't even see any sign of 1.0.2 Where would this be coming from? 我什至看不到1.0.2的任何信号,这将是哪里来的?

I found the packages in the dist folder . 我在dist folder找到了软件包。 Removing 1.0.2 prevented it from getting uploaded. 删除1.0.2阻止其上载。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM