最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

python - Installing a custom pip package from GitHub with a permanent token - Stack Overflow

programmeradmin0浏览0评论

I have created a pip package in a private GitHub repository. This package is going to be used in many projects in our organization. I succeded installing the package by creating a personal access token and using this:

pip install git+https://[mytoken]@github/myorg/azure-utils.git@main#egg=azure-utils

As this will be included in multiple projects by an organization it's not suited to be dependant on a personal access token. Are there other ways to do this or generate a company wide token not expiring?

发布评论

评论列表(0)

  1. 暂无评论