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: frequenz-floss/frequenz-repo-config-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.15.0
Choose a base ref
...
head repository: frequenz-floss/frequenz-repo-config-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.15.1
Choose a head ref
  • 2 commits
  • 9 files changed
  • 1 contributor

Commits on Mar 5, 2026

  1. ci: Fix runner for publish-to-pypi

    The `pypa/gh-action-pypi-publish` action needs docker to run, and the
    ubuntu-slim runner doesn't provide docker, so we need to use a full
    ubuntu image instead.
    
    The migration script is also updated to update the runner to
    ubuntu-24.04 to get reproducible builds (it was ubuntu-latest before).
    
    Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
    llucax committed Mar 5, 2026
    Configuration menu
    Copy the full SHA
    731fc90 View commit details
    Browse the repository at this point in the history
  2. ci: Fix runner for publish-to-pypi (#532)

    The `pypa/gh-action-pypi-publish` action needs docker to run, and the
    ubuntu-slim runner doesn't provide docker, so we need to use a full
    ubuntu image instead.
    
    The migration script is also updated to update the runner to
    ubuntu-24.04 to get reproducible builds (it was ubuntu-latest before).
    llucax authored Mar 5, 2026
    Configuration menu
    Copy the full SHA
    a5bcbaa View commit details
    Browse the repository at this point in the history
Loading