Skip to content

Adding builds for main and some reusable workflows #1

Adding builds for main and some reusable workflows

Adding builds for main and some reusable workflows #1

Workflow file for this run

# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Build-Test-Upload
on:
push:
branches:
- main
- feature/main-builds
jobs:
build_and_publish_to_pipy:
uses: ./.github/workflows/build_for_pypi.yml
secrets: inherit
build_assets:
uses: ./.github/workflows/build_assets.yml

Check failure on line 17 in .github/workflows/build_main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build_main.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build_main.yml" -> "./.github/workflows/build_assets.yml" (source branch with sha:83240ec96340c6dfa23e642e83e015968520cda8) : You have an error in your yaml syntax on line 12
secrets: inherit