Skip to content

Commit 997719a

Browse files
committed
Update release.yml
1 parent 5a730a4 commit 997719a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
with:
4141
token: ${{ secrets.NPM_TOKEN }}
4242

43+
- name: Clean dist/
44+
run: rm -rf dist/dash_bootstrap_components.min.js
45+
4346
- name: Build dash-bootstrap-components
4447
run: python -m build --sdist --wheel --outdir dist/
4548

@@ -109,6 +112,9 @@ jobs:
109112
with:
110113
token: ${{ secrets.NPM_TOKEN }}
111114

115+
- name: Clean dist/
116+
run: rm -rf dist/dash_bootstrap_components.min.js
117+
112118
- name: Build dash-bootstrap-components
113119
run: python -m build --sdist --wheel --outdir dist/
114120

0 commit comments

Comments
 (0)