Skip to content

Bump aiohttp from 3.11.12 to 3.11.13 (#53) #136

Bump aiohttp from 3.11.12 to 3.11.13 (#53)

Bump aiohttp from 3.11.12 to 3.11.13 (#53) #136

Workflow file for this run

name: Build Package
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.12
- name: Install dependencies
run: |
pip install poetry
poetry install
- name: Build the package
run: poetry build