Skip to content

Commit 5265b0f

Browse files
committed
Install build
1 parent 8c3fff1 commit 5265b0f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/dev-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- name: Build package
2929
run: |
3030
rm -rf dist/
31+
python -m pip install build
3132
python -m build
3233
3334
- name: authenticate to google cloud

.github/workflows/prod-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- name: build package
2929
run: |
3030
rm -rf dist/
31+
python -m pip install build
3132
python -m build
3233
3334
- name: set tag name

0 commit comments

Comments
 (0)