Skip to content

Commit

Permalink
[+] Add win_amd64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
hykilpikonna committed Apr 25, 2024
1 parent 9292a60 commit d8bb009
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/build_pkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ new_name=${file/-any/-win32}

# Zip the wheel to win_amd64.whl
cd wheel && zip -qq -y -r "../$new_name" * && cd ..
cp "$new_name" "${new_name/.whl/-win_amd64.whl}"

# Check again
twine check "$new_name"
Expand Down

0 comments on commit d8bb009

Please sign in to comment.