Skip to content

Commit

Permalink
for #740 hatch support I think it is more correct to refer to build,…
Browse files Browse the repository at this point in the history
… than hatch
  • Loading branch information
petersilva committed Nov 5, 2023
1 parent 649e8b3 commit 83acfc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-win-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ cd ..
rm -rf dist
rm -rf build
#python3 setup.py bdist_wheel
hatch build
python3 -m build

if [ "$1" ]; then
PYVERSION=$1
Expand Down

0 comments on commit 83acfc4

Please sign in to comment.