mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-21 15:31:00 +00:00
Use pip to install build instead of pipx in the publish workflow, and add link to contributing
This commit is contained in:
parent
a1eb871bb6
commit
697be38fab
2 changed files with 2 additions and 2 deletions
2
.github/workflows/publish-package.yml
vendored
2
.github/workflows/publish-package.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
||||||
python-version: '3.8'
|
python-version: '3.8'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
pipx install build
|
pip install build
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -20,7 +20,7 @@ sudo dnf install cmake
|
||||||
|
|
||||||
## Getting Started
|
## 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
|
```bash
|
||||||
pipx install hatch
|
pipx install hatch
|
||||||
|
|
Loading…
Reference in a new issue