File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 - name : Move test data
4949 run : rsync -av --remove-source-files --exclude .git galaxy-test-data/ 'galaxy root/test-data/'
5050 - name : Install planemo
51- run : uv pip install --system planemo
51+ run : uv tool install planemo
5252 - name : Determine converters to check
5353 run : |
5454 ls 'galaxy root'/lib/galaxy/datatypes/converters/*xml | grep -v -f 'galaxy root'/lib/galaxy/datatypes/converters/.tt_skip > tool_list.txt
Original file line number Diff line number Diff line change 7373 exit 0
7474 ;;
7575 esac
76- uv pip install --system awscli
76+ uv tool install awscli
7777 aws s3 sync doc/build/html/ "s3://galaxy-docs/en/$UPLOAD_DIR" --region us-east-2 --size-only --delete
Original file line number Diff line number Diff line change 2020 - name : Install uv
2121 uses : astral-sh/setup-uv@v6
2222 - name : Install script dependencies
23- run : uv pip install --system galaxy-release-util
23+ run : uv tool install galaxy-release-util
2424 - name : Build and publish to PyPI
2525 run : |
2626 galaxy-release-util build-and-upload --no-confirm
You can’t perform that action at this time.
0 commit comments