如何将现有的Python软件包部署到Jfrog Local Artifactory?

发布于 2025-01-23 14:40:09 字数 399 浏览 2 评论 0原文

我正在使用本地文物,没有遥控器。对于内部Python软件包部署,我使用了python设置。

我已经通过pip安装numpy安装了 numpy python软件包。我想将此包裹重新部署到本地文物中。

例如,安装路径如下: /< root>/lib/python3.7/site-packages/numpy-1.21.6.dist-info/code>其中包含 installer metadata em>,记录 wheel entry_points.txt top_level.txt

I am using local Artifactory, no remote. For in-house Python package deployment, I used python setup.py bdist_wheel upload -r local, it works.

I have installed numpy Python package through pip install numpy. I would like to re-deploy this package to local Artifactory.

For example, the installed path as follows:
/<root>/lib/python3.7/site-packages/numpy-1.21.6.dist-info/ which contains INSTALLER, METADATA, RECORD, WHEEL, entry_points.txt, and top_level.txt.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

蒲公英的约定 2025-01-30 14:40:09

您可以使用以下JFrog CLI命令上传到文法上的任何软件包:

jf rt u path/to/local/package/file artifactory-repo-name

在上传软件包之前,请确保使用以下命令配置您的伪影连接详细信息:

jf c add

You can upload any package to Artifactory using the following JFrog CLI command:

jf rt u path/to/local/package/file artifactory-repo-name

Before uploading the packages, make sure to configure your Artifactory connection details using the following command:

jf c add
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文