Skip to content

Commit 7e97d13

Browse files
committed
Administrivia
1 parent fce4658 commit 7e97d13

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/osx.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: mathics-script (OSX)
1+
name: Mathics_Script (OSX)
22

33
on:
44
push:

.github/workflows/ubuntu.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: mathics-script (ubuntu)
1+
name: Mathics_Script (ubuntu)
22

33
on:
44
push:
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip
24-
- name: Install Mathics-Scanner
24+
- name: Install Mathics_Scanner
2525
run: |
2626
make
2727
- name: Test Mathics Scanner

admin-tools/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cd $(dirname ${BASH_SOURCE[0]})
1616
owd=$(pwd)
1717
cd ..
1818
version=`python -c "import mathics; print(mathics.__version__)"`
19-
echo "Releasing Mathics-Scanner $version"
19+
echo "Releasing Mathics_Scanner $version"
2020

2121
rm -rf build/release
2222
python setup.py build

0 commit comments

Comments
 (0)