Skip to content

Commit f9e7892

Browse files
Add public ADO Pypi secrets to deployment
1 parent c9057ac commit f9e7892

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/action_deploy_package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on:
44
release:
55
types: [released] # only run it on released. Otherwise it is triggered 3 times.
66

7-
env:
8-
# Run all pip install's from Van Oord PyPi
9-
PIP_INDEX_URL: ${{ secrets.ADO_PYPI_DOWNLOAD_URL }}
7+
# env:
8+
# # Run all pip install's from Van Oord PyPi
9+
# PIP_INDEX_URL: ${{ secrets.ADO_PYPI_DOWNLOAD_URL }}
1010

1111
jobs:
1212
build:
@@ -34,4 +34,4 @@ jobs:
3434
- name: Update packages to support upload
3535
run: python -m pip install --upgrade twine keyring
3636
- name: Upload package to the AzureDevOps artifacts
37-
run: twine upload --repository-url ${{ secrets.ADO_PYPI_UPLOAD_URL }} -u '${{ secrets.ADO_PYPI_UPLOAD_ACC }}' -p ${{ secrets.ADO_PYPI_UPLOAD_PAT }} dist/* --verbose
37+
run: twine upload --repository-url ${{ secrets.ADO_PYPI_UPLOAD_URL }} -u '${{ secrets.ADO_PUBLIC_SERVICEACCOUNT }}' -p ${{ secrets.ADO_PUBLIC_SERVICEACCOUNT_PASSWORD }} dist/* --verbose

0 commit comments

Comments
 (0)