Use pip to install build instead of pipx in the publish workflow, and add link to contributing

This commit is contained in:
Vincent Emonet 2023-07-10 08:46:37 +02:00
parent a1eb871bb6
commit 697be38fab
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ jobs:
python-version: '3.8'
- name: Install dependencies
run: |
pipx install build
pip install build
- name: Build
run: |

View file

@ -20,7 +20,7 @@ sudo dnf install cmake
## Getting Started
Install `hatch` to manage the projects dependencies and run dev scripts:
Install [`hatch`](https://hatch.pypa.io) to manage the projects dependencies and run dev scripts:
```bash
pipx install hatch