Skip to content

feat: Add check pyramid needed (ie: if czi doesnt already have a pyramid, and is greater than 4096*4096) #130

feat: Add check pyramid needed (ie: if czi doesnt already have a pyramid, and is greater than 4096*4096)

feat: Add check pyramid needed (ie: if czi doesnt already have a pyramid, and is greater than 4096*4096) #130

Workflow file for this run

---
name: Build
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
permissions:
contents: write
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
jobs:
build-test-deploy:
name: Build, Test, Deploy to PyPI
uses: "./.github/workflows/build-reusable.yml"
with:
Pure: false
PyVersionLatest: "3.11"
# Relative to github.workspace
PkgName: pylibCZIrw
CIBWBEFOREALLLINUX: yum install -y glibc-static perl-IPC-Cmd
secrets:
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}