1 parent 15559f7 commit 78a1f5cCopy full SHA for 78a1f5c
1 file changed
.github/workflows/pr-checks.yaml
@@ -58,3 +58,12 @@ jobs:
58
env:
59
UV_PUBLISH_USERNAME: oauth2accesstoken
60
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