Skip to content

Bump setuptools from 68.2.2 to 70.0.0 #10

Bump setuptools from 68.2.2 to 70.0.0

Bump setuptools from 68.2.2 to 70.0.0 #10

Workflow file for this run

name: Build project
on:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: build-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: 'write'
actions: 'write'
steps:
- uses: actions/checkout@v4
- uses: eshwen/adrenaline/[email protected]
with:
python-version: '3.12'
install-dev-deps: true