Skip to content

Commit

Permalink
Add wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
phofl committed Apr 16, 2024
1 parent 9896e31 commit 0f2a3b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
env:
CIBW_SKIP: "pp*"
CIBW_ENVIRONMENT: "SETUPTOOLS_USE_DISTUTILS=stdlib"
CIBW_BEFORE_BUILD: pip install numpy --config-settings=setup-args="-Dallow-noblas=true" && pip install setuptools
CIBW_BEFORE_BUILD: pip install numpy --config-settings=setup-args="-Dallow-noblas=true" && pip install distutils

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 0f2a3b2

Please sign in to comment.