|
|
|||
File indexing completed on 2026-04-09 07:58:23
0001 #!/bin/bash 0002 0003 CurrentDir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" 0004 RootDir="$( dirname "$( dirname "$( dirname "$CurrentDir" )" )" )" 0005 0006 version=$1 0007 0008 # create packages 0009 echo python ${RootDir}/build_all.py wheel 0010 python ${RootDir}/build_all.py wheel 0011 0012 echo python3 -m twine upload ${RootDir}/*/dist/idds*-${version}.tar.gz 0013 python3 -m twine upload ${RootDir}/*/dist/idds*-${version}.tar.gz 0014 0015 # python3 -m twine upload atlas/dist/idds-atlas-0.2.0.tar.gz 0016 # python3 -m twine upload common/dist/idds-common-0.2.0.tar.gz 0017 # python3 -m twine upload main/dist/idds-server-0.2.0.tar.gz 0018 # python3 -m twine upload client/dist/idds-client-0.2.0.tar.gz 0019 # python3 -m twine upload doma/dist/idds-doma-0.2.0.tar.gz 0020 # python3 -m twine upload workflow/dist/idds-workflow-0.2.0.tar.gz
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|