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
|
||||
run: |
|
||||
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
|
||||
run: |
|
||||
python3 -m build
|
||||
|
Reference in New Issue
Block a user