Skip to content

Bump urllib3 from 1.26.2 to 1.26.17 #39

Bump urllib3 from 1.26.2 to 1.26.17

Bump urllib3 from 1.26.2 to 1.26.17 #39

Workflow file for this run

---
name: sticht-ci
on:
push
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.6
- run: pip install tox
- run: tox