Commit c8815db
Fix twine install in Python tool release stage (#16427)
Move PipAuthenticate@1 before the Install Twine step so pip resolves
against the internal DevOps feed. Internal builds block pypi.org egress,
so 'pip install twine' failed before the feed index URL was configured.
Affects apiview-stub-generator, azure-pylint-guidelines-checker, and
doc-warden releases.
Copilot-Session: 2154e14c-2587-4881-a641-96a82d95a829
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 810ed2d commit c8815db
1 file changed
Lines changed: 6 additions & 6 deletions
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
127 | 133 | | |
128 | 134 | | |
129 | 135 | | |
| |||
134 | 140 | | |
135 | 141 | | |
136 | 142 | | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
0 commit comments