File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,14 +70,14 @@ jobs:
7070 run : |
7171 pytest python/dialpad_tests.py
7272
73- - name : Build and publish package
74- if : steps.version_check.outputs.sync_needed == 'true'
75- uses : dialpad/github-actions/python-package-publish@main
76- with :
77- path : ' python' # Required
78- repository : ' https://us-python.pkg.dev/dp-artifacts-sandbox/python-packages-sandbox' # Required
79- workload_identity_provider : ' projects/394529523748/locations/global/workloadIdentityPools/gha-worker/providers/github-actions'
80- service_account : ' gha-worker@dp-artifacts-sandbox.iam.gserviceaccount.com'
73+ # - name: Build and publish package
74+ # if: steps.version_check.outputs.sync_needed == 'true'
75+ # uses: dialpad/github-actions/python-package-publish@main
76+ # with:
77+ # path: 'python' # Required
78+ # repository: 'https://us-python.pkg.dev/dp-artifacts-sandbox/python-packages-sandbox' # Required
79+ # workload_identity_provider: 'projects/394529523748/locations/global/workloadIdentityPools/gha-worker/providers/github-actions'
80+ # service_account: 'gha-worker@dp-artifacts-sandbox.iam.gserviceaccount.com'
8181
8282 # - name: Sync Dev with Upstream
8383 # run: |
You can’t perform that action at this time.
0 commit comments