Skip to content

Commit 2dd781d

Browse files
committed
Upload artifact
1 parent da1a829 commit 2dd781d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/full_test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,10 @@ jobs:
4444
run: make doctest
4545
- name: Static type check
4646
run: make typecheck
47+
- name: Build package
48+
run: python -m build
49+
- name: Upload build artifact
50+
uses: actions/upload-artifact@v2
51+
with:
52+
name: dist {{matrix.os}} {{matrix.python-version}}
53+
path: dist/*

0 commit comments

Comments
 (0)