mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-11-03 09:22:01 +00:00 
			
		
		
		
	bump version
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/gguf-publish.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/gguf-publish.yml
									
									
									
									
										vendored
									
									
								
							@@ -38,7 +38,7 @@ jobs:
 | 
				
			|||||||
    - name: Build package
 | 
					    - name: Build package
 | 
				
			||||||
      run: cd gguf-py && poetry build
 | 
					      run: cd gguf-py && poetry build
 | 
				
			||||||
    - name: Publish package
 | 
					    - name: Publish package
 | 
				
			||||||
      run: cd gguf-py
 | 
					 | 
				
			||||||
      uses: pypa/gh-action-pypi-publish@release/v1
 | 
					      uses: pypa/gh-action-pypi-publish@release/v1
 | 
				
			||||||
      with:
 | 
					      with:
 | 
				
			||||||
        password: ${{ secrets.PYPI_API_TOKEN }}
 | 
					        password: ${{ secrets.PYPI_API_TOKEN }}
 | 
				
			||||||
 | 
					        packages-dir: ggufpy/dist
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
[tool.poetry]
 | 
					[tool.poetry]
 | 
				
			||||||
name = "gguf"
 | 
					name = "gguf"
 | 
				
			||||||
version = "0.4.2"
 | 
					version = "0.4.3"
 | 
				
			||||||
description = "Write ML models in GGUF for GGML"
 | 
					description = "Write ML models in GGUF for GGML"
 | 
				
			||||||
authors = ["GGML <ggml@ggml.ai>"]
 | 
					authors = ["GGML <ggml@ggml.ai>"]
 | 
				
			||||||
packages = [
 | 
					packages = [
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user