Skip to content

chore(deps): bump aiohttp from 3.8.4 to 3.9.2 #176

chore(deps): bump aiohttp from 3.8.4 to 3.9.2

chore(deps): bump aiohttp from 3.8.4 to 3.9.2 #176

Workflow file for this run

name: Release
on:
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
build:
name: "Build"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
ref: ${{ github.head_ref }}
- uses: actions/setup-python@v2
name: Install Python
with:
python-version: 3.9
- name: Install Poetry
uses: abatilo/actions-poetry@v2.0.0
with:
poetry-version: 1.5.0
- name: Install poetry-dynamic-versioning
run: pip install poetry-dynamic-versioning
- name: Install Dependencies
run: poetry install
- name: Build
run: poetry build