Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CoplayDev/unity-mcp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.0.6
Choose a base ref
...
head repository: CoplayDev/unity-mcp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.0.7
Choose a head ref
  • 2 commits
  • 4 files changed
  • 3 contributors

Commits on Jan 15, 2026

  1. Fix PyPI publish by inlining steps in release workflow

    The pypa/gh-action-pypi-publish action does not support being called
    from nested composite actions due to GitHub Actions context variable
    limitations (github.action_repository not propagating correctly).
    
    Inline the publish steps directly in release.yml to avoid the issue.
    See: pypa/gh-action-pypi-publish#338
    
    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    dsarno and claude committed Jan 15, 2026
    Configuration menu
    Copy the full SHA
    12fa0b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b611b26 View commit details
    Browse the repository at this point in the history
Loading