We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5753307 commit 648cda7Copy full SHA for 648cda7
.github/workflows/publish.yml
@@ -34,6 +34,7 @@ jobs:
34
env:
35
CIBW_ARCHS_MACOS: x86_64 arm64
36
CIBW_ARCHS_LINUX: x86_64 aarch64
37
+ CIBW_ARCHS_WINDOWS: all
38
39
- uses: actions/upload-artifact@v4
40
with:
0 commit comments