Skip to content

ComPWA actions and shared workflows 2.0.0

Choose a tag to compare

@github-actions github-actions released this 18 Oct 12:37
· 40 commits to main since this release
84f990d

✨ New features

  • automatically update pixi.lock (#106)

⚠️ Enhancements and optimizations

  • run all actions with cached uv or uvx (#101)
  • determine lock files before workflow runs (#107)

⚠️ API changes

  • rename requirements.yml workflow to lock.yml (#99)
  • run all actions with cached uv or uvx (#101)
  • remove separate taplo pre-commit workflow (#108)

⚠️ Changes that may affect behavior

  • remove setup.cfg support (#100)

🐛 Bug fixes

  • skip pip constraint update if no .constraints/ (#102)
  • install additional packages in pytest (#109)

🔨 Maintenance

  • remove setup.cfg support (#100)
  • define developer environment with uv (#103)

🖱️ Developer Experience

  • show file names in update lock jobs (#104)
  • define developer environment with uv (#103)

The full changelog as commits can be found here.