Skip to content
name: Build and upload wheels for QE
on:
push:
branches-ignore:
- dev*
- stage*
- master*
jobs:
build-artifacts:
uses: ./.github/workflows/build-wheels.yml
upload-to-jfrog:
uses: ./.github/workflows/upload-to-jfrog.yml

Check failure on line 15 in .github/workflows/build-and-upload-wheels-for-qe.yml

View workflow run for this annotation

GitHub Actions / Build and upload wheels for QE

Invalid workflow file

The workflow is not valid. .github/workflows/build-and-upload-wheels-for-qe.yml (Line: 15, Col: 11): Input version is required, but not provided while calling.
with:
jfrog-repo-name: ${{ vars.JFROG_GENERIC_REPO_NAME }}
secrets: inherit