Skip to content

Bump urllib3 from 1.26.12 to 1.26.19 #209

Bump urllib3 from 1.26.12 to 1.26.19

Bump urllib3 from 1.26.12 to 1.26.19 #209

Workflow file for this run

name: Build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Build package
run: |
python -m pip install --upgrade pip
make install
pip install build
make build