Skip to content

Test auto deploy

Test auto deploy #4

Workflow file for this run

on:
push:
branches:
- master
pull_request:
jobs:
call-test-workflow:
uses: ITISFoundation/osparc-meta-parallelrunner/.github/workflows/test.yml@master
newversion:

Check failure on line 11 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yml

Invalid workflow file

The workflow is not valid. .github/workflows/deploy.yml (Line: 11, Col: 5): Unexpected value 'newversion'
name: make new version
runs-on: ubuntu-latest
needs:
call-test-workflow
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11
# - name: Install dependencies
# run: python -m pip install --upgrade pip setuptools build
- name: Make new version
run:
make version-path