Skip to content

Commit

Permalink
Run make install before python packaging at the python-wrapper (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahukkanen committed Aug 27, 2022
1 parent 80ae099 commit 1b4db9e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion voting_schemes/electionguard/python-wrapper/Makefile
Expand Up @@ -25,7 +25,10 @@ test:
python3 -m pipenv run python setup.py install
python3 -m pipenv run pytest

package:
package: install \
package_python

package_python:
python3 -m pipenv run python setup.py sdist bdist_wheel
python3 -m pipenv run python setup.py install
python3 setup.py install
Expand Down

0 comments on commit 1b4db9e

Please sign in to comment.