Skip to content

Commit ca5514b

Browse files
committed
remove github-actions step
1 parent 94a59ca commit ca5514b

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/update-phonenumbers-lib.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)