Skip to content

Bump urllib3 from 2.2.1 to 2.2.2 #159

Bump urllib3 from 2.2.1 to 2.2.2

Bump urllib3 from 2.2.1 to 2.2.2 #159

Workflow file for this run

name: devel
on:
push:
branches-ignore:
- 'master'
- 'stable'
tags-ignore:
- '*'
jobs:
devel:
runs-on: ubuntu-latest
container:
image: apnpucky/ubuntu-poetry
steps:
- uses: APN-Pucky/make-python-action@main
with:
test: true
doc: true
coveralls: true
codacy-api-token: ${{ secrets.CODACY_PROJECT_TOKEN }}