Skip to content

Commit 62c836b

Browse files
committed
update
1 parent 0e08dad commit 62c836b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/artifacts/quickstarts/python-cli.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Publish and consume Python packages (CLI)
3-
description: Learn how to publish and consume Python packages from the command-line interface.
2+
title: Publish and install Python packages (CLI)
3+
description: Learn how to publish and install Python packages from the command-line interface.
44
ms.service: azure-devops-artifacts
55
ms.topic: how-to
66
ms.custom: engagement-fy23, devx-track-python
@@ -9,11 +9,11 @@ monikerRange: '>= azure-devops-2019'
99
"recommendations": "true"
1010
---
1111

12-
# Publish and consume Python packages (CLI)
12+
# Publish and install Python packages (CLI)
1313

1414
[!INCLUDE [version-gt-eq-azure-devops-2019](../../includes/version-gt-eq-2019.md)]
1515

16-
Azure Artifacts enables developers to manage their dependencies from a single feed. You can publish and consume Python packages to and from your feed using the command line. In this article, you'll learn how to:
16+
Azure Artifacts enables developers to manage their dependencies from a single feed. You can publish and install Python packages to and from your feed using the command line. In this article, you learn how to:
1717

1818
> [!div class="checklist"]
1919
> * Create an new feed.

docs/artifacts/toc.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@
122122
- name: Python quickstart
123123
displayName: python packages, python introduction
124124
href: quickstarts/python-packages.md
125-
- name: Publish and consume Python packages (CLI)
126-
displayName: python, publish, download, cli
125+
- name: Publish and install Python packages (CLI)
127126
href: quickstarts/python-cli.md
127+
displayName: python, publish, install, cli
128128
- name: Publish Python packages to a feed (Classic/YAML)
129129
displayName: python, publish, pipeline, yaml, classic
130130
href: ../pipelines/artifacts/pypi.md?bc=%252fazure%252fdevops%252fartifacts%252fbreadcrumb%252ftoc.json&toc=%252fazure%252fdevops%252fartifacts%252ftoc.json

0 commit comments

Comments
 (0)