mirror of
				https://github.com/immich-app/immich
				synced 2025-10-17 18:19:27 +00:00 
			
		
		
		
	fix: bump ml pyproject.toml correctly (#22488)
* fix: bump ml pyproject.toml correctly * fix: correct version in pyproject.toml
This commit is contained in:
		
							parent
							
								
									a498166cb6
								
							
						
					
					
						commit
						d0a872622a
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -1,6 +1,6 @@
 | 
			
		|||
[project]
 | 
			
		||||
name = "immich-ml"
 | 
			
		||||
version = "minor"
 | 
			
		||||
version = "1.144.0"
 | 
			
		||||
description = ""
 | 
			
		||||
authors = [{ name = "Hau Tran", email = "alex.tran1502@gmail.com" }]
 | 
			
		||||
requires-python = ">=3.10,<4.0"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -80,7 +80,7 @@ if [ "$CURRENT_SERVER" != "$NEXT_SERVER" ]; then
 | 
			
		|||
 | 
			
		||||
  jq --arg version "$NEXT_SERVER" '.version = $version' e2e/package.json > e2e/package.json.tmp && mv e2e/package.json.tmp e2e/package.json
 | 
			
		||||
  pnpm install --frozen-lockfile --prefix e2e
 | 
			
		||||
  uvx --from=toml-cli toml set --toml-path=machine-learning/pyproject.toml project.version "$SERVER_PUMP"
 | 
			
		||||
  uvx --from=toml-cli toml set --toml-path=machine-learning/pyproject.toml project.version "$NEXT_SERVER"
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
if [ "$CURRENT_MOBILE" != "$NEXT_MOBILE" ]; then
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue