小编Dan*_*eaw的帖子

如何使用 Poetry 发布到 Azure Devops PyPI 源?

我正在尝试设置 Azure Devops 以使用 Poetry 发布到 PyPI 提要。

我了解 Twine 身份验证并将凭据存储到 Azure Key Vault。但是有没有更直接的方法呢?像这样的东西:

- script: |
    source .venv/bin/activate
    poetry build
  displayName: Build wheel
- script: |
    source .venv/bin/activate
    poetry publish -u USER -p PASS
  displayName: Publish wheel
Run Code Online (Sandbox Code Playgroud)

python azure-devops python-poetry

4
推荐指数
2
解决办法
1864
查看次数

标签 统计

azure-devops ×1

python ×1

python-poetry ×1