Skip to content

Commit f051219

Browse files
author
Carolin Benjamins
committed
Update dist names
1 parent 3707750 commit f051219

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/dist.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
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
@@ -49,7 +49,7 @@ jobs:
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

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
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

carl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import datetime
77

88
name = "CARL"
9-
package_name = "carl"
9+
package_name = "ContextuaRL"
1010
author = __author__
1111

1212
author_email = "benjamins@tnt.uni-hannover.de"

0 commit comments

Comments
 (0)