1
0
mirror of https://github.com/msberends/AMR.git synced 2024-12-26 06:46:11 +01:00
This commit is contained in:
dr. M.S. (Matthijs) Berends 2024-10-15 17:31:47 +02:00
parent 448b6abb06
commit 40edc16fdf

View File

@ -48,10 +48,10 @@ jobs:
with:
python-version: '3.9'
- name: Install dependencies
- name: Install build dependencies
run: |
python -m pip install --upgrade pip
pip install build twine
pip install build twine wheel
- name: Build the Python package
run: |