File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
1111jobs :
1212 build :
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
You can’t perform that action at this time.
0 commit comments