Skip to content

Commit

Permalink
Remove env from wheel CI jobs
Browse files Browse the repository at this point in the history
Everything is defined in pyproject.toml anyway
  • Loading branch information
JCGoran committed Feb 21, 2024
1 parent b8f793b commit 6f83d3b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
- checkout
- run:
name: Build the Linux aarch64 wheels.
environment:
CIBW_SKIP: "pp* *-musllinux_aarch64"
command: |
python3 -m pip install --user cibuildwheel==2.16.5
python3 -m cibuildwheel --output-dir wheelhouse
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/nmodl-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ jobs:

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
# to supply options, put them in 'env', like:
env:
# we skip PyPy, 32-bit builds, and musllinux builds
CIBW_SKIP: "pp* *-win32 *-manylinux_i686 *-musllinux_i686 *-musllinux_x86_64"

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

0 comments on commit 6f83d3b

Please sign in to comment.