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 5a730a4 commit 997719aCopy full SHA for 997719a
.github/workflows/release.yml
@@ -40,6 +40,9 @@ jobs:
40
with:
41
token: ${{ secrets.NPM_TOKEN }}
42
43
+ - name: Clean dist/
44
+ run: rm -rf dist/dash_bootstrap_components.min.js
45
+
46
- name: Build dash-bootstrap-components
47
run: python -m build --sdist --wheel --outdir dist/
48
@@ -109,6 +112,9 @@ jobs:
109
112
110
113
111
114
115
116
117
118
119
120
0 commit comments