Skip to content

Commit

Permalink
update ado pat
Browse files Browse the repository at this point in the history
  • Loading branch information
daanscheltens authored Nov 15, 2022
1 parent f9e7892 commit 0b855fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action_deploy_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
- name: Update packages to support upload
run: python -m pip install --upgrade twine keyring
- name: Upload package to the AzureDevOps artifacts
run: twine upload --repository-url ${{ secrets.ADO_PYPI_UPLOAD_URL }} -u '${{ secrets.ADO_PUBLIC_SERVICEACCOUNT }}' -p ${{ secrets.ADO_PUBLIC_SERVICEACCOUNT_PASSWORD }} dist/* --verbose
run: twine upload --repository-url ${{ secrets.ADO_PYPI_UPLOAD_URL }} -u '${{ secrets.ADO_PUBLIC_SERVICEACCOUNT }}' -p ${{ secrets.ADO_UPLOAD_PAT }} dist/* --verbose

0 comments on commit 0b855fb

Please sign in to comment.