Skip to content

Commit 4ec626b

Browse files
committed
fix release pipeline
1 parent 2cd7c52 commit 4ec626b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release-package.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- name: Install Python dependencies
2525
run: |
2626
pip install -e ".[dev]"
27+
pip install build
2728
2829
# TODO: Add a better way to determine type of version change
2930
- name: Determine Bump Type

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
assets/jsconfig.json
22

3+
dist/
34
# cache
45
**/__pycache__
56
# IDE specific

0 commit comments

Comments
 (0)