mirror of
https://github.com/shadoll/moma.git
synced 2026-08-28 03:27:34 +00:00
feat: Bump version to 0.2.6, update release process, and modify dependency sync command
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ def main():
|
||||
try:
|
||||
# Bump version
|
||||
print("Bumping version...")
|
||||
subprocess.run([sys.executable, '-m', 'renamer.bump'], check=True)
|
||||
subprocess.run(['uv', 'run', 'bump-version'], check=True)
|
||||
|
||||
# Sync dependencies
|
||||
print("Syncing dependencies...")
|
||||
|
||||
Reference in New Issue
Block a user