WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Switch to uv? #246

@gforcada

Description

@gforcada

It has been on the headlines for quite a while, a fast(er) replacement for pip, but not only that.

Should we switch to it on our GHA? 🤔

I made a test PR on plone.batching: plone/plone.batching#83

The changes are mostly to be done here in plone.meta and roll them over to the distributions.

one caveat though: as soon as we change the workflows in this repo, i.e .github/workflows/XXX.yml all repositories that depend on them will (probably 🤔 ) break, so it might be a good idea to first move all repositories to point to a stable version, and then merge this, so we can freely break stuff without breaking repositories 😅

My idea:

  • make a 1.0 release of plone.meta
  • update all distributions with:
jobs:
  qa:
    uses: plone/meta/.github/workflows/[email protected]
  test:
    uses: plone/meta/.github/workflows/[email protected]
  coverage:
    uses: plone/meta/.github/workflows/[email protected]
  dependencies:
    uses: plone/meta/.github/workflows/[email protected]
  release_ready:
    uses: plone/meta/.github/workflows/[email protected]
  circular:
    uses: plone/meta/.github/workflows/[email protected]
  • we can then start making breaking changes in plone.meta 🎉

@davisagli @mauritsvanrees does it sound sane? 🤔

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    in progress

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions