Skip to content

Commit 69d6d6a

Browse files
committed
fixing post-release version location
1 parent 39ec109 commit 69d6d6a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci-cd.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,6 @@ jobs:
172172
name: converted-nipype
173173
path: pydra/tasks/freesurfer/auto
174174

175-
- name: Show the contents of the auto-generated tasks
176-
run: tree pydra
177-
178175
- name: Strip auto package from gitignore so it is included in package
179176
run: |
180177
sed -i '/\/pydra\/tasks\/freesurfer\/auto/d' .gitignore
@@ -346,7 +343,7 @@ jobs:
346343
- name: Generate post-release tag based on Nipype and Nipype2Pydra versions
347344
id: post_release_tag
348345
run: |
349-
POST=$(python -c "from pydra.tasks.freesurfer.auto._version import *; print(post_release)")
346+
POST=$(python -c "from pydra.tasks.freesurfer.auto._post_release import *; print(post_release)")
350347
echo "TAG=${{ steps.latest_tag.outputs.TAG }}post${POST}" >> $GITHUB_OUTPUT
351348
352349
- name: Add auto directory to git repo

0 commit comments

Comments
 (0)