Remove upload action

This commit is contained in:
Daniel Rojas 2020-07-20 13:01:22 +02:00
parent 26f38c9e29
commit 35561d1db1

View File

@ -23,10 +23,3 @@ jobs:
pip install .
- name: Create Examples
run: PYTHONPATH=$(pwd)/src:$PYTHONPATH cd src/wireviz/ && python build_examples.py
- name: Upload examples, demos, and tutorials
uses: actions/upload-artifact@v2
with:
name: examples-and-tutorials
path: |
examples/
tutorial/