Skip to content

Fix actions

Fix actions #24

Workflow file for this run

name: DevOps
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"

Check failure on line 14 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / DevOps

Invalid workflow file

The workflow is not valid. In .github/workflows/build.yml (Line: 14, Col: 11): Error from called workflow ZEISS/pylibczirw/.github/workflows/build-reusable.yml@4a948d6d27f7e824d7ae242e136a8fe19a12ab85 (Line: 232, Col: 14): Unexpected symbol: '.'. Located at position 8 within expression: matrix..config.OS In .github/workflows/build.yml (Line: 14, Col: 11): Error from called workflow ZEISS/pylibczirw/.github/workflows/build-reusable.yml@4a948d6d27f7e824d7ae242e136a8fe19a12ab85 (Line: 242, Col: 19): Unexpected symbol: '.'. Located at position 8 within expression: matrix..config.RunShell
with:
Pure: false
PyVersionLatest: '3.11'
# Relative to github.workspace
PySourceFolder: "pylibCZIrw"
PkgName: pylibCZIrw
CIBWBEFOREALLLINUX: yum install -y glibc-static perl-IPC-Cmd
secrets:
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}