Skip to content

Commit

Permalink
Revert "[MRG] fixing cross-platform cibuildwheel action for release (#…
Browse files Browse the repository at this point in the history
…2384)"

This reverts commit fa46307.
  • Loading branch information
ctb authored Dec 2, 2022
1 parent fa46307 commit 324082c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 1 addition & 5 deletions .ci/install_cargo.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
#! /bin/sh
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain=stable
rustup show
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable
export PATH="$HOME/.cargo/bin:$PATH"
rustc -V
rustup target add aarch64-apple-darwin

export CARGO_NET_GIT_FETCH_WITH_CLI=true
cargo update
4 changes: 1 addition & 3 deletions .github/workflows/build_wheel_all_archs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: cibuildwheel_ubuntu
name: cibuildwheel

on:
pull_request: # CTB remove before merge!
push:
branches: [latest]
tags: v*
Expand Down Expand Up @@ -71,7 +70,6 @@ jobs:
CIBW_ENVIRONMENT_MACOS: ${{ matrix.macos_target }}
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
CIBW_ARCHS_MACOS: ${{ matrix.arch }}
CARGO_NET_GIT_FETCH_WITH_CLI: true

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 324082c

Please sign in to comment.