mirror of
https://github.com/d3vyce/teleinfo-exporter.git
synced 2026-08-04 16:04:08 +00:00
fix build package/image
This commit is contained in:
@@ -5,7 +5,7 @@ on:
|
||||
types: [published]
|
||||
|
||||
jobs:
|
||||
build docker:
|
||||
build-docker:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: checkout code
|
||||
|
||||
@@ -12,7 +12,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install --yes python3-setuptools python3-wheel
|
||||
sudo apt-get install --yes python3-setuptools python3-build
|
||||
- name: Build
|
||||
run: |
|
||||
python3 -m build
|
||||
|
||||
Reference in New Issue
Block a user