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.
2 parents b818aa7 + 2840c88 commit c92935cCopy full SHA for c92935c
1 file changed
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
run: |
20
~/.local/bin/uv build
21
ls -lha dist/
22
- ~/.local/bin/uv publish -u __token__ -p ${{ secrets.PYPI_AIUTIL }}
+ ~/.local/bin/uv publish -u __token__ -p ${{ secrets.PYPI_GITHUB_REST_API }}
23
# - uses: "marvinpinto/action-automatic-releases@latest"
24
# with:
25
# repo_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments