Automated deployment to PyPI on release #4
Triggered via pull request
October 11, 2023 23:56
Status
Startup failure
Total duration
–
Artifacts
–
deploy.yaml
on: pull_request
Build $PACKAGE_NAME
Publish $PACKAGE_NAME to PyPI
Publish $PACKAGE_NAME to TestPyPI
Annotations
1 error
Invalid workflow file:
.github/workflows/deploy.yaml#L42
The workflow is not valid. .github/workflows/deploy.yaml (Line: 42, Col: 11): Unexpected symbol: '"pull_request"'. Located at position 172 within expression: ((github.event_name == 'push' && startsWith(github.ref, 'refs/tags/' )) ||
(github.event_name == 'release' && github.event.action == 'published')) &&
github.event_name != "pull_request"
|