mirror of
https://github.com/d3vyce/teleinfo-exporter.git
synced 2025-04-04 09:10:48 +02:00
fix build package/image
This commit is contained in:
parent
838e7aadaa
commit
d246b7f8b7
2
.github/workflows/docker-build-version.yml
vendored
2
.github/workflows/docker-build-version.yml
vendored
@ -5,7 +5,7 @@ on:
|
||||
types: [published]
|
||||
|
||||
jobs:
|
||||
build docker:
|
||||
build-docker:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: checkout code
|
||||
|
2
.github/workflows/pypi-build-version.yml
vendored
2
.github/workflows/pypi-build-version.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user