Skip to content

Commit d7b5061

Browse files
Add install build instruction
1 parent 8416f58 commit d7b5061

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/publish-to-pypi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
run: |
2121
pip3 install .
2222
pip3 install .[pypi]
23+
pip3 install build
24+
2325
- name: Build Package
2426
run: |
2527
python -m build --no-isolation

.github/workflows/publish-to-test-pypi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
run: |
2222
pip3 install .
2323
pip3 install .[pypi]
24+
pip3 install build
2425
- name: Build Package
2526
run: |
2627
python -m build --no-isolation

0 commit comments

Comments
 (0)