We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18abb7f commit 78cc895Copy full SHA for 78cc895
1 file changed
.github/workflows/publish.yaml
@@ -71,7 +71,7 @@ jobs:
71
--query authorizationToken \
72
--output text)
73
echo "AWS_CODEARTIFACT_TOKEN=$AWS_CODEARTIFACT_TOKEN" >> $GITHUB_ENV
74
- - uses: Dandelion-Science/github-actions/setup-uv@main
+ - uses: astral-sh/setup-uv@v7
75
- run: uv publish
76
env:
77
UV_PUBLISH_USERNAME: aws
0 commit comments