Skip to content

Commit 61065cb

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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

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)