mirror of
				https://github.com/d3vyce/teleinfo-exporter.git
				synced 2025-10-31 07:24:57 +01:00 
			
		
		
		
	fix action + update readme
This commit is contained in:
		
							
								
								
									
										12
									
								
								.github/workflows/pypi-build-version.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								.github/workflows/pypi-build-version.yml
									
									
									
									
										vendored
									
									
								
							| @@ -8,14 +8,16 @@ jobs: | ||||
|   build: | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|       - uses: actions/checkout@v4 | ||||
|       - name: checkout code | ||||
|         uses: actions/checkout@v3 | ||||
|       - name: Set up Python | ||||
|         uses: actions/setup-python@v2 | ||||
|       - name: Install dependencies | ||||
|         run: | | ||||
|           sudo apt-get update | ||||
|           sudo apt-get install --yes python3 python3-setuptools python3-wheel python3-build python3-venv | ||||
|           python3 -m pip install --upgrade pip | ||||
|           python3 -m pip install --upgrade build | ||||
|       - name: Build | ||||
|         run: | | ||||
|           python3 -m build | ||||
|         run: python3 -m build | ||||
|       - uses: actions/upload-artifact@v3 | ||||
|         with: | ||||
|           path: ./dist | ||||
|   | ||||
		Reference in New Issue
	
	Block a user