We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f703d8 commit 3579867Copy full SHA for 3579867
.github/workflows/wheels.yml
@@ -37,7 +37,7 @@ jobs:
37
strategy:
38
fail-fast: false
39
matrix:
40
- os: [ubuntu-latest, windows-latest, macos-13]
+ os: [ubuntu-latest, macos-13]
41
42
steps:
43
- uses: actions/checkout@v4
pyproject.toml
@@ -21,3 +21,7 @@ classifiers = [
21
22
[project.urls]
23
repository = "https://github.com/seanghay/pycrfpp"
24
+
25
+[tool.cibuildwheel]
26
+# Setuptools bug causes collision between pypy and cpython artifacts
27
+before-build = "rm -rf {project}/build"
0 commit comments