File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3838 - name : Twine check
3939 run : |
4040 pip install twine
41- last_dist=$(ls -t dist/carl -*.tar.gz | head -n 1)
41+ last_dist=$(ls -t dist/ContextuaRL -*.tar.gz | head -n 1)
4242 twine_output=`twine check "$last_dist"`
4343 if [[ "$twine_output" != "Checking $last_dist: PASSED" ]]
4444 then
4949
5050 - name : Install dist
5151 run : |
52- last_dist=$(ls -t dist/carl -*.tar.gz | head -n 1)
52+ last_dist=$(ls -t dist/ContextuaRL -*.tar.gz | head -n 1)
5353 pip install $last_dist
5454
5555 - name : PEP 561 Compliance
Original file line number Diff line number Diff line change 9898 run : |
9999 python -m pip install --upgrade pip
100100 python setup.py sdist
101- last_dist=$(ls -t dist/carl -*.tar.gz | head -n 1)
101+ last_dist=$(ls -t dist/ContextuaRL -*.tar.gz | head -n 1)
102102 pip install $last_dist[dev,dm_control]
103103
104104 - name : Tests
Original file line number Diff line number Diff line change 66import datetime
77
88name = "CARL"
9- package_name = "carl "
9+ package_name = "ContextuaRL "
1010author = __author__
1111
1212author_email = "benjamins@tnt.uni-hannover.de"
You can’t perform that action at this time.
0 commit comments