Skip to content

Merge pull request #2 from Quantco/x_r_dr_joblib #12

Merge pull request #2 from Quantco/x_r_dr_joblib

Merge pull request #2 from Quantco/x_r_dr_joblib #12

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.