File tree Expand file tree Collapse file tree 6 files changed +17
-8
lines changed
Expand file tree Collapse file tree 6 files changed +17
-8
lines changed Original file line number Diff line number Diff line change 1- INSTALL_AUTORELEASE=" python -m pip install autorelease==0.2.3 "
1+ INSTALL_AUTORELEASE=" python -m pip install autorelease==0.2.6 "
22if [ -f autorelease-env.sh ]; then
33 source autorelease-env.sh
44fi
Original file line number Diff line number Diff line change 1414 python-version : " 3.x"
1515 - run : | # TODO: move this to an action
1616 source ./.github/workflows/autorelease-default-env.sh
17- cat autorelease-env.sh >> $GITHUB_ENV
17+ if [ -f "autorelease-env.sh" ]; then
18+ cat autorelease-env.sh >> $GITHUB_ENV
19+ fi
1820 eval $INSTALL_AUTORELEASE
1921 name: "Install autorelease"
2022 - run : |
2729 - uses : pypa/gh-action-pypi-publish@master
2830 with :
2931 password : ${{ secrets.pypi_password }}
30- name : " Deploy to testpypi "
32+ name : " Deploy to pypi "
3133
Original file line number Diff line number Diff line change 1515 python-version : " 3.7"
1616 - run : | # TODO: move this to an action
1717 source ./.github/workflows/autorelease-default-env.sh
18- cat autorelease-env.sh >> $GITHUB_ENV
18+ if [ -f "autorelease-env.sh" ]; then
19+ cat autorelease-env.sh >> $GITHUB_ENV
20+ fi
1921 eval $INSTALL_AUTORELEASE
2022 name: "Install autorelease"
2123 - run : |
Original file line number Diff line number Diff line change 1919 python-version : " 3.x"
2020 - run : | # TODO: move this to an action
2121 source ./.github/workflows/autorelease-default-env.sh
22- cat autorelease-env.sh >> $GITHUB_ENV
22+ if [ -f "autorelease-env.sh" ]; then
23+ cat autorelease-env.sh >> $GITHUB_ENV
24+ fi
2325 eval $INSTALL_AUTORELEASE
2426 name: "Install autorelease"
2527 - run : |
4951 python-version : " 3.x"
5052 - run : | # TODO: move this to an action
5153 source ./.github/workflows/autorelease-default-env.sh
52- cat autorelease-env.sh >> $GITHUB_ENV
54+ if [ -f "autorelease-env.sh" ]; then
55+ cat autorelease-env.sh >> $GITHUB_ENV
56+ fi
5357 eval $INSTALL_AUTORELEASE
5458 name: "Install autorelease"
5559 - run : test-testpypi
Original file line number Diff line number Diff line change 1- PACKAGE_IMPORT_NAME=" paths_cli"
1+ INSTALL_AUTORELEASE=" python -m pip install autorelease==0.2.3 nose"
2+ PACKAGE_IMPORT_NAME=paths_cli
Original file line number Diff line number Diff line change 11[metadata]
22name = openpathsampling-cli
3- version = 0.1.1 .dev0
3+ version = 0.2.0 .dev0
44# version should end in .dev0 if this isn't to be released
55description = Command line tool for OpenPathSampling
66long_description = file: README.md
You can’t perform that action at this time.
0 commit comments