Skip to content

Commit 6cdeb80

Browse files
committed
upload bundles
1 parent 35e0dc8 commit 6cdeb80

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ jobs:
7979
- name: Build docs
8080
working-directory: docs
8181
run: sphinx-build -E -W -b html . _build/html
82+
- name: Archive bundles
83+
uses: actions/upload-artifact@v2
84+
with:
85+
name: bundles
86+
path: ${{ github.workspace }}/bundles/
8287
- name: Check For setup.py
8388
id: need-pypi
8489
run: |

0 commit comments

Comments
 (0)