Skip to content

Commit

Permalink
Temporarily drop pypi from cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
Harsha-Nori authored Aug 19, 2024
1 parent 1971a34 commit ac11084
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pypi_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
- name: Install cibuildwheel
# Nb. keep cibuildwheel version pin consistent with job below
run: pipx install cibuildwheel==2.17.0
- name: Install pybind11
run: pipx install pybind11==2.13.1
- id: set-matrix
run: |
MATRIX=$(
Expand Down Expand Up @@ -52,6 +50,7 @@ jobs:
CIBW_BUILD_VERBOSITY: 1
CIBW_BEFORE_ALL_LINUX: "curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y"
CIBW_ENVIRONMENT: 'PATH="$PATH:$HOME/.cargo/bin"'
CIBW_SKIP: pp*

steps:
- name: Check out the repo
Expand Down

0 comments on commit ac11084

Please sign in to comment.