add screenshots

This commit is contained in:
Talley Lambert
2021-04-24 15:32:07 -04:00
parent ecbd3be249
commit e7ea57db49
2 changed files with 46 additions and 0 deletions

View File

@@ -93,6 +93,17 @@ jobs:
- name: Coverage
uses: codecov/codecov-action@v1
- name: Screenshots
run: |
pip install . ${{ matrix.backend }}
python examples/screenshots.py
- uses: actions/upload-artifact@v2
with:
name: screenshots
path: screenshots
deploy:
# this will run when you have tagged a commit, starting with "v*"
# and requires that you have put your twine API key in your