mirror of
				https://github.com/FreeOpcUa/opcua-asyncio
				synced 2025-10-29 17:07:18 +08:00 
			
		
		
		
	new release v0.9.8
This commit is contained in:
		
							
								
								
									
										5
									
								
								.github/workflows/python-publish.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/python-publish.yml
									
									
									
									
										vendored
									
									
								
							| @@ -4,8 +4,9 @@ | ||||
| name: Upload Python Package | ||||
|  | ||||
| on: | ||||
|   release: | ||||
|     types: [created] | ||||
|   push: | ||||
|     tags: | ||||
|       - "v*" | ||||
|  | ||||
| jobs: | ||||
|   deploy: | ||||
|   | ||||
| @@ -24,8 +24,8 @@ def release(): | ||||
|     ans = input("version bumped, commiting?(Y/n)") | ||||
|     if ans in ("", "y", "yes"): | ||||
|         os.system("git add setup.py") | ||||
|         os.system(f"git commit -m 'new release {v}'") | ||||
|         os.system(f"git tag {v} -m 'new release {v}'") | ||||
|         os.system(f"git commit -m 'new release v{v}'") | ||||
|         os.system(f"git tag v{v} -m 'new release v{v}'") | ||||
|         ans = input("change committed, push to server?(Y/n)") | ||||
|         if ans in ("", "y", "yes"): | ||||
|             os.system("git push") | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 oroulet
					oroulet