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: Mergifyio/sql-compare
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main@{1day}
Choose a base ref
...
head repository: Mergifyio/sql-compare
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Mar 7, 2025

  1. feat(pypi): automatic pypi release workflow (#144)

    Currently, we have to trigger a workflow manually to release sql-compare on PyPI.
    
    We should trigger this workflow automatically whenever we create a release on sql-compare, like we do for `pytest-mergify`.
    
    Fixes MRGFY-4860
    ErwanSimonetti authored Mar 7, 2025
    Copy the full SHA
    f201dfe View commit details
  2. ci: fix release (#145)

    Use `poetry-dynamic-versioning[plugin]` which is not deprecated.
    DouglasBlackwood authored Mar 7, 2025
    Copy the full SHA
    490e920 View commit details
  3. fix(ci): Python version for release (#146)

    `rpds-py` cannot be built with Python 3.13.
    DouglasBlackwood authored Mar 7, 2025
    Copy the full SHA
    115da4b View commit details
Loading