Skip to content

Upgrade to usage of openapi-python-client 0.22.0 #90

Upgrade to usage of openapi-python-client 0.22.0

Upgrade to usage of openapi-python-client 0.22.0 #90

Workflow file for this run

name: Build
on:
pull_request:
types: [opened, synchronize, reopened, labeled, unlabeled]
branches:
- master
jobs:
test_build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.12
- name: Install dependencies
run: python3 -m pip install --upgrade pip build
- name: Build python package
run: python3 -m build