Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ideoforms committed Oct 28, 2024
1 parent 67184cf commit 97a7d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 97a7d5c

Please sign in to comment.