summaryrefslogtreecommitdiff
path: root/build.sh
AgeCommit message (Collapse)Author
2023-09-20The shebang must be on the first line. Delete blanks and move comments. See ↵Joseph Mearman
SC1128. (#495) * The shebang must be on the first line. Delete blanks and move comments. See SC1128. https://github.com/koalaman/shellcheck/wiki/SC1128 * In POSIX sh, 'source' in place of '.' is undefined. https://github.com/koalaman/shellcheck/wiki/SC2039
2023-09-06ci: :green_heart: publish to pypi in ciNate Sesti