rigetti / qcs-sdk-rust

Rust SDK for Rigetti Quantum Cloud Services (QCS)
https://docs.rs/qcs
13 stars 5 forks source link

Pull request CI does not test building wheels #402

Open Shadow53 opened 11 months ago

Shadow53 commented 11 months ago

401 caused problems with making a new release, as wheels for linux failed to build. This was only caught when building wheels for the actual release failed, as that's the only time we attempt to build wheels using manylinux. If we had something testing this on the PR, it would have been caught sooner.