File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 5454 needs : [linux, macos]
5555 if : github.event_name != 'pull_request'
5656 runs-on : ubuntu-latest
57- permissions :
58- id-token : write
59- contents : read
6057 steps :
6158 - uses : actions/checkout@v3
6259 - uses : actions/setup-python@v4
6764 with :
6865 path : dist
6966 - run : python3 -um make_index --pypi-url https://pypi.devinfra.sentry.io --dest index
70- - uses : google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
67+ - uses : google-github-actions/auth@v0
7168 with :
72- workload_identity_provider : projects/868781662168/locations/global/workloadIdentityPools/prod-github/providers/github-oidc-pool
73- service_account : [email protected] 69+ credentials_json : ${{ secrets.PYPI_DEVINFRA_SENTRY_IO }}
70+ - run : yes | gcloud auth login --cred-file="$GOOGLE_APPLICATION_CREDENTIALS"
7471 - run : python3 -uS bin/upload-artifacts
Original file line number Diff line number Diff line change @@ -2168,6 +2168,7 @@ python_versions = >=3.10
21682168[sentry-protos==0.1.71]
21692169[sentry-protos==0.1.72]
21702170[sentry-protos==0.1.73]
2171+ [sentry-protos==0.1.74]
21712172
21722173[sentry-redis-tools==0.1.1]
21732174[sentry-redis-tools==0.1.2]
@@ -2247,6 +2248,7 @@ python_versions = >=3.10
22472248[sentry-script-runner==0.2.0]
22482249[sentry-script-runner==0.2.1]
22492250[sentry-script-runner==0.2.2]
2251+ [sentry-script-runner==0.2.3]
22502252
22512253[sentry-sdk==1.6.0]
22522254[sentry-sdk==1.9.0]
You can’t perform that action at this time.
0 commit comments