Skip to content

Commit

Permalink
Add pip wheel build
Browse files Browse the repository at this point in the history
  • Loading branch information
rnickle committed Sep 27, 2024
1 parent f7c3903 commit d7bc8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/pyzfs/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pyzfs-all-local: %D%/setup.py
cd %D% && $(PYTHON) setup.py -q $(pyzfs_V_$(V)) egg_info -e . build

pyzfs-pip-wheel: %D%/setup.py
cd %D% && pip wheel
cd %D% && pip wheel .

#
# On Debian (Ubuntu, and other downstream distros) the install location of
Expand Down

0 comments on commit d7bc8cd

Please sign in to comment.