Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit e7a26f7

Browse files
committed
fix: run uv sync, not just uv export when bumping version
1 parent effc088 commit e7a26f7

File tree

1 file changed

+1
-0
lines changed
  • actions/release-final-package

1 file changed

+1
-0
lines changed

actions/release-final-package/main.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ add_bump_version_commit() {
8686
fi
8787
fi
8888

89+
uv sync
8990
uv export --frozen --no-hashes --no-emit-project --output-file=requirements.txt
9091
git commit -a -m "Bump version to $version"
9192
}

0 commit comments

Comments
 (0)