Prepare release 2.2.2dev3 #14
Triggered via pull request
November 12, 2024 01:31
Status
Startup failure
Total duration
–
Artifacts
–
publish.yaml
on: pull_request
Build & verify package
Make a GitHub Release and upload Python package.
tag
publish-to-pypi
Annotations
1 error
Invalid workflow file:
.github/workflows/publish.yaml#L38
The workflow is not valid. .github/workflows/publish.yaml (Line: 38, Col: 9): Unexpected symbol: '#'. Located at position 1 within expression: # github.repository == 'Diaoul/subliminal'
github.event_name == 'pull_request'
&& github.event.action == 'closed'
&& github.event.pull_request.merged == true
&& startsWith(github.head_ref, 'release-')
|