Build and deploy wheels #52
wheels-deploy.yml
on: workflow_dispatch
Matrix: build_wheels
Waiting for pending jobs
Build source distribution
upload_pypi
Annotations
1 error
Invalid workflow file:
.github/workflows/wheels-deploy.yml#L31
The workflow is not valid. .github/workflows/wheels-deploy.yml (Line: 31, Col: 9): Unrecognized named-value: 'matrix'. Located at position 126 within expression: github.event_name == 'push' || github.event.inputs.os_choice == 'all' || github.event.inputs.os_choice == 'ubuntu-latest' && matrix.os == 'ubuntu-latest' || github.event.inputs.os_choice == 'windows-latest' && matrix.os == 'windows-latest' || github.event.inputs.os_choice == 'macos-latest' && matrix.os == 'macos-latest'
|