Skip to content

Commit

Permalink
Drop extra env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
sanguinariojoe committed Aug 7, 2024
1 parent 71a0c29 commit 825431a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/python-wheels-emulated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,16 +101,6 @@ jobs:
uses: pypa/[email protected]
with:
output-dir: dist
env:
# configure cibuildwheel to build native archs ('auto'), and some
# emulated ones
CIBW_ARCHS_LINUX: ${{inputs.arch}}
# Skip 32-bit wheels builds as well as musllinux
CIBW_SKIP: "*-win32 *musllinux*"
CIBW_BEFORE_ALL_LINUX: >
echo "Considering vtk-manylinux2014_`uname -m`.tar.gz..." &&
mkdir -p vtk &&
tar -xvzf vtk-manylinux2014_`uname -m`.tar.gz -C vtk/

- uses: actions/upload-artifact@v4
id: build_wheels
Expand Down

0 comments on commit 825431a

Please sign in to comment.