File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 1616 lint :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v1
19+ - uses : actions/checkout
2020 - name : Setup Python
21- uses : actions/setup-python@v1
21+ uses : actions/setup-python
2222 - name : Install Dependencies
2323 run : pip install tox
2424 - name : Flake8
@@ -35,17 +35,17 @@ jobs:
3535 test :
3636 runs-on : ubuntu-latest
3737 steps :
38- - uses : actions/checkout@v1
38+ - uses : actions/checkout
3939 - name : Setup Python 3.7
40- uses : actions/setup-python@v1
40+ uses : actions/setup-python
4141 with :
4242 python-version : 3.7
4343 - name : Setup Python 3.8
44- uses : actions/setup-python@v1
44+ uses : actions/setup-python
4545 with :
4646 python-version : 3.8
4747 - name : Setup Python 3.9
48- uses : actions/setup-python@v1
48+ uses : actions/setup-python
4949 with :
5050 python-version : 3.9
5151 - name : Install Dependencies
7676 if : github.event_name == 'schedule' && github.repository == 'aws/sagemaker-experiments'
7777 runs-on : ubuntu-latest
7878 steps :
79- - uses : actions/checkout@v1
79+ - uses : actions/checkout
8080 - name : Setup Python
81- uses : actions/setup-python@v1
81+ uses : actions/setup-python
8282 with :
8383 python-version : ' 3.x'
8484 - name : Install Dependencies
Original file line number Diff line number Diff line change @@ -60,8 +60,7 @@ def release():
6060
6161 if not recent_changes_to_src (latest_version ):
6262 print ("Nothing to release." )
63- exit (1 )
64- return
63+ exit (0 )
6564
6665 changes = get_changes (latest_version )
6766
You can’t perform that action at this time.
0 commit comments