|
@@ -44,7 +44,6 @@ jobs:
|
|
CIBW_BEFORE_BUILD: >
|
|
CIBW_BEFORE_BUILD: >
|
|
pip install -U setuptools-rust &&
|
|
pip install -U setuptools-rust &&
|
|
curl https://sh.rustup.rs -sSf | sh -s -- --profile=minimal -y &&
|
|
curl https://sh.rustup.rs -sSf | sh -s -- --profile=minimal -y &&
|
|
- rustup target add all &&
|
|
|
|
rustup show
|
|
rustup show
|
|
- name: Upload wheels
|
|
- name: Upload wheels
|
|
uses: actions/upload-artifact@v3
|
|
uses: actions/upload-artifact@v3
|