Skip to content

Commit 701e023

Browse files
committed
Yet another attempt to get the authentication to our private pypi (azure artifiacts) to work.
1 parent ceac1b0 commit 701e023

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,16 @@ steps:
1919
- task: PipAuthenticate@1
2020
displayName: 'Pip Authenticate'
2121
inputs:
22-
artifactFeeds: '277b2f77-691a-4d92-bd89-8e7cac121676/fieldmanager'
22+
# artifactFeeds: '277b2f77-691a-4d92-bd89-8e7cac121676/fieldmanager'
23+
artifactFeeds: "NGI Digital/fieldmanager"
2324
onlyAddExtraIndex: True
2425

2526

2627
- script: |
2728
python -m pip install --upgrade pip
2829
pip install poetry
2930
pip install twine
30-
poetry config repositories.ngi-fm $(PIP_EXTRA_INDEX_URL)
31+
# poetry config repositories.ngi-fm $(PIP_EXTRA_INDEX_URL)
3132
poetry install
3233
# poetry export -f requirements.txt --output requirements.txt --without-hashes --dev
3334
# pip install -r requirements.txt

0 commit comments

Comments
 (0)