We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cd7c52 commit 4ec626bCopy full SHA for 4ec626b
.github/workflows/release-package.yaml
@@ -24,6 +24,7 @@ jobs:
24
- name: Install Python dependencies
25
run: |
26
pip install -e ".[dev]"
27
+ pip install build
28
29
# TODO: Add a better way to determine type of version change
30
- name: Determine Bump Type
.gitignore
@@ -1,5 +1,6 @@
1
assets/jsconfig.json
2
3
+dist/
4
# cache
5
**/__pycache__
6
# IDE specific
0 commit comments