Skip to content

Commit

Permalink
Build wheels for Python 3.8
Browse files Browse the repository at this point in the history
This version was previously skipped because we found errors when
building wheels locally. We accidentally missed a leading * and found
that the wheels could be created flawlessly in Actions. Restoring these
wheels for now.
  • Loading branch information
palonso committed Feb 1, 2024
1 parent 6b11900 commit 228661e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject-tensorflow.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ test-command = "python -c 'import essentia; import essentia.standard; import ess
[[tool.cibuildwheel.overrides]]
select = "*macosx_arm64*"

skip = ["pp*", "cp38-macosx_*"]
skip = ["pp*"]

environment = { PROJECT_NAME="essentia", ESSENTIA_PROJECT_NAME="${PROJECT_NAME}", ESSENTIA_WHEEL_SKIP_3RDPARTY=1, ESSENTIA_WHEEL_ONLY_PYTHON=1, ESSENTIA_MACOSX_ARM64=1 }

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ test-command = "python -c 'import essentia; import essentia.standard; import ess
[[tool.cibuildwheel.overrides]]
select = "*macosx_arm64*"

skip = ["pp*", "cp38-macosx_*"]
skip = ["pp*"]

environment = { PROJECT_NAME="essentia", ESSENTIA_PROJECT_NAME="${PROJECT_NAME}", ESSENTIA_WHEEL_SKIP_3RDPARTY=1, ESSENTIA_WHEEL_ONLY_PYTHON=1, ESSENTIA_MACOSX_ARM64=1 }

Expand Down

0 comments on commit 228661e

Please sign in to comment.