Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Oct 16, 2023
1 parent 088036a commit 18df1e2
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 @@ -16,7 +16,7 @@ jobs:
env:
CIBW_BEFORE_BUILD_LINUX: yum install -y wget && ./build-drafter.sh linux
CIBW_BEFORE_BUILD_MACOS: ./build-drafter.sh mac
CIBW_BUILD: "cp37-manylinux_x86_64 cp37-macosx_*"
CIBW_BUILD: "cp37-manylinux_x86_64 cp37-macosx_arm64"
CIBW_ARCHS_MACOS: arm64
with:
package-dir: .
Expand Down

0 comments on commit 18df1e2

Please sign in to comment.