Skip to content

Commit

Permalink
typo in packaging script
Browse files Browse the repository at this point in the history
  • Loading branch information
Bee-Mar committed Apr 30, 2022
1 parent 54bf979 commit 7b5f4f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 33 deletions.
32 changes: 0 additions & 32 deletions Makefile

This file was deleted.

4 changes: 3 additions & 1 deletion scripts/ci/package-mmpm.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env bash

python3 setup.py sdist bdist_wheel
python_executable=$([[ $(command -v python3) ]] && echo "python3" || echo "python")

$python_executable setup.py sdist bdist_wheel

0 comments on commit 7b5f4f5

Please sign in to comment.