Skip to content

doc: version bump

doc: version bump #42

Workflow file for this run

---
name: build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip3 install -e .
python -c "import paperscraper"