Skip to content

Commit 7cd8735

Browse files
authored
Update build_and_upload.yml
1 parent f43e8e6 commit 7cd8735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_upload.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: "Build wheels"
2323
uses: "pypa/cibuildwheel@v2.16.2"
2424
env:
25-
CIBW_SKIP: "pp* # FIXME
25+
CIBW_SKIP: "pp*" # FIXME
2626
CIBW_BEFORE_BUILD: "pip install -U cython && ./update_cpp.sh"
2727
CIBW_BEFORE_BUILD_WINDOWS: "pip install -U cython && update_cpp.sh"
2828
CIBW_TEST_REQUIRES: "pytest"

0 commit comments

Comments
 (0)