Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Jan 31, 2024
1 parent f8a1486 commit ece7401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: pypa/cibuildwheel@v2.16.4
env:
CIBW_BEFORE_BUILD_LINUX: yum install -y wget && ./build-drafter.sh linux
CIBW_BEFORE_BUILD_MACOS: brew install python@2 && ./build-drafter.sh mac
CIBW_BEFORE_BUILD_MACOS: port install python27 && ./build-drafter.sh mac
CIBW_BUILD: "cp38-manylinux_x86_64 cp38-macosx_x86_64 cp38-macosx_arm64"
CIBW_BUILD_VERBOSITY: 3
with:
Expand Down

0 comments on commit ece7401

Please sign in to comment.