mirror of
https://github.com/d3vyce/teleinfo-exporter.git
synced 2025-07-02 01:48:20 +02:00
fix action
This commit is contained in:
2
.github/workflows/pypi-build-version.yml
vendored
2
.github/workflows/pypi-build-version.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install --yes python3-setuptools python3-build python3-venv
|
sudo apt-get install --yes python3 python3-setuptools python3-wheel python3-build python3-venv
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
python3 -m build
|
python3 -m build
|
||||||
|
Reference in New Issue
Block a user