Skip to content

Update version to Issue-#178-pypi-packages #1

Update version to Issue-#178-pypi-packages

Update version to Issue-#178-pypi-packages #1

Workflow file for this run

---
name: Package test Publish
on: push
jobs:
Package_For_PIP:
uses: ./.github/workflows/Package.yaml
Regression_Tests:
needs:
- Package_For_PIP
uses: ./.github/workflows/Regression_Tests.yaml

Check failure on line 13 in .github/workflows/Main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/Main.yml

Invalid workflow file

error parsing called workflow ".github/workflows/Main.yml" -> "./.github/workflows/Regression_Tests.yaml" : failed to fetch workflow: workflow was not found.
# Publish_Package:
# needs:
# - Package_For_PIP
# - Regression_Tests
# uses: ./.github/workflows/Package.yaml