Skip to content

Commit 3579867

Browse files
committed
update
1 parent 0f703d8 commit 3579867

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
strategy:
3838
fail-fast: false
3939
matrix:
40-
os: [ubuntu-latest, windows-latest, macos-13]
40+
os: [ubuntu-latest, macos-13]
4141

4242
steps:
4343
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@ classifiers = [
2121

2222
[project.urls]
2323
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

Comments
 (0)