mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +00:00 
			
		
		
		
	Fix release to pypi (#8789)
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							| @@ -56,16 +56,14 @@ jobs: | |||||||
|         uses: actions/setup-python@v5.6.0 |         uses: actions/setup-python@v5.6.0 | ||||||
|         with: |         with: | ||||||
|           python-version: "3.x" |           python-version: "3.x" | ||||||
|       - name: Set up python environment |  | ||||||
|         env: |  | ||||||
|           ESPHOME_NO_VENV: 1 |  | ||||||
|         run: script/setup |  | ||||||
|       - name: Build |       - name: Build | ||||||
|         run: |- |         run: |- | ||||||
|           pip3 install build |           pip3 install build | ||||||
|           python3 -m build |           python3 -m build | ||||||
|       - name: Publish |       - name: Publish | ||||||
|         uses: pypa/gh-action-pypi-publish@v1.12.4 |         uses: pypa/gh-action-pypi-publish@v1.12.4 | ||||||
|  |         with: | ||||||
|  |           skip-existing: true | ||||||
|  |  | ||||||
|   deploy-docker: |   deploy-docker: | ||||||
|     name: Build ESPHome ${{ matrix.platform.arch }} |     name: Build ESPHome ${{ matrix.platform.arch }} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user