Skip to content

Commit

Permalink
Fix deploy yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wvangeit committed Nov 1, 2024
1 parent c43b0ed commit 9df7300
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:
jobs:
call-test-workflow:
uses: ITISFoundation/osparc-meta-parallelrunner/.github/workflows/test.yml@master
newversion:

newversion:
name: make new version
runs-on: ubuntu-latest
needs:
Expand All @@ -27,4 +28,4 @@ jobs:
# run: python -m pip install --upgrade pip setuptools build
- name: Make new version
run:
make version-path
make version-patch

0 comments on commit 9df7300

Please sign in to comment.