Fix PyPI publish action for uppercase repo names

Disable attestations to avoid Docker image reference error caused by
uppercase letters in repository name (CoplayDev/unity-mcp). Docker
requires lowercase image references.

The trusted publishing (OIDC) already provides supply chain security.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
main
David Sarno 2026-01-14 15:39:42 -08:00
parent 485292f07b
commit 6b87f603aa
1 changed files with 1 additions and 0 deletions

View File

@ -19,3 +19,4 @@ runs:
uses: pypa/gh-action-pypi-publish@release/v1 uses: pypa/gh-action-pypi-publish@release/v1
with: with:
packages-dir: Server/dist/ packages-dir: Server/dist/
attestations: false