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: appium/python-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Dor-bl/python-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Sep 12, 2026

  1. ci: only run the release workflow on the upstream repository

    The Release workflow triggers on every push to master. On a fork that means
    semantic-release rewrites the version in pyproject.toml, commits the change to
    the default branch, tags it and then tries to publish the result to PyPI under
    the upstream package name.
    
    Gate the job on the repository name so forks keep a clean master.
    
    Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
    Claude-Session: https://claude.ai/code/session_01PjZRpyoEfSCLjTx5ctzQmJ
    claude committed Sep 12, 2026
    Configuration menu
    Copy the full SHA
    2834058 View commit details
    Browse the repository at this point in the history
Loading