Skip to content

Commit

Permalink
[F] Fix win amd64 packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
hykilpikonna committed May 16, 2024
1 parent cdc0071 commit 896658d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build_pkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +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}"
cp "$new_name" "${new_name/-win32.whl/-win_amd64.whl}"

# Check again
twine check "$new_name"
Expand Down

0 comments on commit 896658d

Please sign in to comment.