- Notifications
You must be signed in to change notification settings - Fork262
Closed
Labels
Description
Question
I've a github actionpython-semantic-release/python-semantic-release@v9. It updates the version inpyproject.toml, commits and tags this.
But now theuv.lock is no longer in sync:uv lock should have been called.
Is there a way that PSR can invoke additional commands to perform this and then also commit the updateduv.lock file?
Or should one create an additional github action step after the PSR process?
Someone has another suggestion?
Thanks!
Configuration
The github action looks like
-name:Find version, stamp version, commit version, tag versionuses:python-semantic-release/python-semantic-release@v9id:versionedwith:changelog:false# no changelog generation (--no-changelog)vcs_release:false# no github release (--no-vcs-release)build:true