Skip to content

Fix actions

Fix actions #27

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@93f9e2303601ee4800dc5b024e43cd55d53eb2cb (Line: 257, Col: 9): Unexpected symbol: '"pull_request"'. Located at position 479 within expression: needs.CodeQualityAnalysis-Test.result == 'success' && contains(fromJSON('["skipped", "success"]'), needs.DownloadTestSdist.result) && contains(fromJSON('["skipped", "success"]'), needs.DownloadTestWheelsPure.result) && contains(fromJSON('["skipped", "success"]'), needs.PackageWheelsNonPure.result) && co[...]
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}}