We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80ae099 commit 1b4db9eCopy full SHA for 1b4db9e
voting_schemes/electionguard/python-wrapper/Makefile
@@ -25,7 +25,10 @@ test:
25
python3 -m pipenv run python setup.py install
26
python3 -m pipenv run pytest
27
28
-package:
+package: install \
29
+ package_python
30
+
31
+package_python:
32
python3 -m pipenv run python setup.py sdist bdist_wheel
33
34
python3 setup.py install
0 commit comments