Skip to content

Commit

Permalink
try build
Browse files Browse the repository at this point in the history
  • Loading branch information
jfolz committed Jul 22, 2024
1 parent bcbb784 commit 86cda7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
uses: pypa/[email protected]
env:
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
CIBW_BUILD_FRONTEND: "build; args: --no-isolation"
- uses: actions/upload-artifact@v4
with:
name: wheels-${{ matrix.os }}-${{ matrix.arch }}
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ path = "rust/Cargo.toml"
binding = "PyO3"

[tool.cibuildwheel]
environment = "PIP_ONLY_BINARY=:all:"
environment = "PIP_ONLY_BINARY=:all: CARGO_HOME=/usr/local/"
skip = "*_i686 pp* *musllinux* cp{31[!01],3[!01]?,[!3]*}-win32"
build-verbosity = 1
before-all = "curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | CARGO_HOME=/usr/local/ sh -s -- -y --profile minimal"
before-all = "curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal"
#test-requires = "pytest>=5.3.2 numpy Pillow>=7.0.0"
#test-command = "pytest {project}/test -vv"

0 comments on commit 86cda7f

Please sign in to comment.