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 1- name : mathics-script (OSX)
1+ name : Mathics_Script (OSX)
22
33on :
44 push :
Original file line number Diff line number Diff line change 1- name : mathics-script (ubuntu)
1+ name : Mathics_Script (ubuntu)
22
33on :
44 push :
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
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ cd $(dirname ${BASH_SOURCE[0]})
1616owd=$( pwd)
1717cd ..
1818version=` python -c " import mathics; print(mathics.__version__)" `
19- echo " Releasing Mathics-Scanner $version "
19+ echo " Releasing Mathics_Scanner $version "
2020
2121rm -rf build/release
2222python setup.py build
You can’t perform that action at this time.
0 commit comments