We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6c9678 commit 2e02cd3Copy full SHA for 2e02cd3
1 file changed
.github/workflows/wheels.yml
@@ -169,6 +169,8 @@ jobs:
169
Invoke-WebRequest https://static.rust-lang.org/rustup/dist/aarch64-pc-windows-msvc/rustup-init.exe -UseBasicParsing -Outfile rustup-init.exe
170
.\rustup-init.exe -y
171
$env:PATH="$env:PATH;$env:USERPROFILE\.cargo\bin"
172
+ # pinned because cryptography pulled win-arm64 wheels in 46.0.4
173
+ pip install cryptography==46.0.3
174
pip install anaconda-client
175
176
- name: Upload to anaconda.org
0 commit comments