andreped commited on
Commit
98cf74a
1 Parent(s): 29dc226

added upload of python wheel as step

Browse files
Files changed (1) hide show
  1. .github/workflows/build.yaml +7 -0
.github/workflows/build.yaml CHANGED
@@ -44,3 +44,10 @@ jobs:
44
 
45
  - name: Test CLI
46
  run: livermask --help
 
 
 
 
 
 
 
 
44
 
45
  - name: Test CLI
46
  run: livermask --help
47
+
48
+ - name: Upload Python wheel
49
+ uses: actions/upload-artifact@v1
50
+ with:
51
+ name: Python wheel
52
+ path: ${{github.workspace}}/build/dist/livermask-*.whl
53
+ if-no-files-found: error