Skip to content

Commit

Permalink
troubleshoot plugin upload issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandip117 committed Oct 2, 2024
1 parent 4cd34e7 commit cdf8ac4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,8 @@ jobs:
json_escaped=$(echo "$json" | sed "s/'/\\'/g")
jq <<< "$json" # pretty print in log
echo "::set-output name=json::$json_escaped"
echo "::set-output name=title::$(jq -r '.title' <<< "$json")"
echo "json=$json_escaped" >> $GITHUB_OUTPUT
echo "title=$(jq -r '.title' <<< "$json")" >> $GITHUB_OUTPUT
- name: Update DockerHub description
uses: peter-evans/dockerhub-description@v2
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

setup(
name = 'topologicalcopy',
version = '1.0.4',
version = '1.0.5',
description = 'A plugin ts app to copy filtered output dirs from a list of plugin instances',
long_description = readme,
author = 'FNNDSC',
author_email = '[email protected]',
url = 'http://wiki',
url = 'https://github.com/FNNDSC/pl-topologicalcopy#readme',
packages = ['topologicalcopy'],
install_requires = ['chrisapp'],
test_suite = 'nose.collector',
Expand Down

0 comments on commit cdf8ac4

Please sign in to comment.