Skip to content

Remove _validate_params and override __init__ #197

Remove _validate_params and override __init__

Remove _validate_params and override __init__ #197

Workflow file for this run

name: Package
on: [push]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
name: Build Package
runs-on: ubuntu-latest
steps:
- name: Checkout branch
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
# TODO: Build and upload to PyPI.