Skip to content

Commit

Permalink
cleaned up github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed May 18, 2024
1 parent 17e3afe commit da2defd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 249 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ jobs:
if: github.event_name == 'repository_dispatch'
run: |
TAG=$(git tag -l | tail -n 1 | awk -F post '{print $1}')
POST=$(python -c "from pydra.tasks.afni.auto._version import *; print(post_release)")
POST=$(python -c "from pydra.tasks.afni.auto._post_release import *; print(post_release)")
git checkout $TAG
git add -f pydra/tasks/afni/auto/_version.py
git commit -am"added auto-generated version to make new tag for package version"
Expand Down
130 changes: 0 additions & 130 deletions .github/workflows/pythonpackage.yaml

This file was deleted.

118 changes: 0 additions & 118 deletions .github/workflows/pythonpackage.yml

This file was deleted.

0 comments on commit da2defd

Please sign in to comment.