mirror of
https://github.com/d3vyce/teleinfo-exporter.git
synced 2025-04-03 16:53:23 +02:00
fix action + update readme
This commit is contained in:
parent
48ff516af8
commit
3b079a6a9d
12
.github/workflows/pypi-build-version.yml
vendored
12
.github/workflows/pypi-build-version.yml
vendored
@ -8,14 +8,16 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: checkout code
|
||||
uses: actions/checkout@v3
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install --yes python3 python3-setuptools python3-wheel python3-build python3-venv
|
||||
python3 -m pip install --upgrade pip
|
||||
python3 -m pip install --upgrade build
|
||||
- name: Build
|
||||
run: |
|
||||
python3 -m build
|
||||
run: python3 -m build
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
path: ./dist
|
||||
|
Loading…
x
Reference in New Issue
Block a user