Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lmdu committed Dec 24, 2024
1 parent 66542ea commit abc1a69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
platforms: all

- name: Build wheels
uses: pypa/cibuildwheel@v2.22.2
uses: pypa/cibuildwheel@v2.22.0
env:
CIBW_SKIP: pp*
CIBW_BUILD_VERBOSITY: 0
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ def prepare_indexed_gzip():
'-D_FILE_OFFSET_BITS=64'
])


if sys.platform.startswith('darwin'):
comp_args.append('-DHAVE_UNISTD_H')
else:
Expand Down

0 comments on commit abc1a69

Please sign in to comment.