Skip to content

Commit 78a1f5c

Browse files
committed
ci: add write test
1 parent 15559f7 commit 78a1f5c

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/pr-checks.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,12 @@ jobs:
5858
env:
5959
UV_PUBLISH_USERNAME: oauth2accesstoken
6060
UV_PUBLISH_PASSWORD: ${{ steps.baseproject.outputs.gcloud_access_token }}
61+
62+
- name: '[TEST] Read from PyPi GAR'
63+
run: |
64+
uv publish
65+
env:
66+
UV_PUBLISH_USERNAME: oauth2accesstoken
67+
UV_PUBLISH_PASSWORD: ${{ steps.baseproject.outputs.gcloud_access_token }}
68+
UV_PUBLISH_URL: https://${{ vars.GAR_PYPI_REGISTRY_INTERNAL }}
69+

0 commit comments

Comments
 (0)