Skip to content

Commit 890f9d7

Browse files
committed
add artifact publishing step to GA workflow
1 parent c82dfb3 commit 890f9d7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/tests.yml renamed to .github/workflows/tests+artifacts.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: tests
1+
name: tests+artifacts
22

33
defaults:
44
run:
@@ -63,6 +63,11 @@ jobs:
6363

6464
- run: python -m build
6565

66+
- uses: actions/upload-artifact@v2
67+
with:
68+
name: dist
69+
path: dist
70+
6671
# - if: ${{ failure() }}
6772
# uses: mxschmitt/action-tmate@v3
6873
# with:

0 commit comments

Comments
 (0)