Skip to content

Commit

Permalink
adding builder
Browse files Browse the repository at this point in the history
  • Loading branch information
SkelSec committed Feb 16, 2023
1 parent a483758 commit f80b14a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions builder/windows/build.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

cd ..\..\
pip wheel . -w dist --no-deps
C:\Python38\python.exe -m pip wheel ..\..\ -w ..\..\dist --no-deps
C:\Python39\python.exe -m pip wheel ..\..\ -w ..\..\dist --no-deps
C:\Python310\python.exe -m pip wheel ..\..\ -w ..\..\dist --no-deps
C:\Python311\python.exe -m pip wheel ..\..\ -w ..\..\dist --no-deps

0 comments on commit f80b14a

Please sign in to comment.