Skip to content

Bump requests from 2.32.0 to 2.32.2 #85

Bump requests from 2.32.0 to 2.32.2

Bump requests from 2.32.0 to 2.32.2 #85

Workflow file for this run

name: Build
on:
pull_request:
push:
branches: ["main"]
jobs:
build:
name: Build
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.10', '3.11']
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install Hatch
run: pip install hatch
- name: Build
run: hatch build