From 97a7d5c6daebd1f852134aa6530c94d47691abdb Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Mon, 28 Oct 2024 22:00:44 +0000 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3041fd20..36e49b1a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -131,7 +131,7 @@ For each new release: - Linux x86: wheels are automatically built using GitHub actions - Linux rpi: wheels must be built manually using `auxiliary/cibuildwheel/make-raspberry-pi-aarch64.sh` - macOS: wheels must be built manually using `auxiliary/cibuildwheel/make-macos-x86-arm64.sh` - - Windows: wheels must be built manually (TBC) + - Windows: wheels must be built manually: `python -m cibuildwheel`, and renamed from `win32` to `win_amd64` - Upload wheels to pypi: `twine upload wheelhouse/1.2.34/*` ## Documentation