Skip to content

Commit 1b4db9e

Browse files
authored
Run make install before python packaging at the python-wrapper (#293)
1 parent 80ae099 commit 1b4db9e

File tree

1 file changed

+4
-1
lines changed
  • voting_schemes/electionguard/python-wrapper

1 file changed

+4
-1
lines changed

voting_schemes/electionguard/python-wrapper/Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ test:
2525
python3 -m pipenv run python setup.py install
2626
python3 -m pipenv run pytest
2727

28-
package:
28+
package: install \
29+
package_python
30+
31+
package_python:
2932
python3 -m pipenv run python setup.py sdist bdist_wheel
3033
python3 -m pipenv run python setup.py install
3134
python3 setup.py install

0 commit comments

Comments
 (0)