Skip to content

Commit

Permalink
Merge pull request #4 from mjx-project/sotetsuk/fix/silicon-build
Browse files Browse the repository at this point in the history
Only use universal2 for MacOS build
  • Loading branch information
sotetsuk authored Jun 28, 2022
2 parents d45a58c + 9318678 commit c923321
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
CIBW_BEFORE_BUILD_MACOS: brew install gcc ninja && ln -sf $(ls -d /usr/local/bin/* | grep "/g++-" | sort -r | head -n1) /usr/local/bin/g++ && make src/mt19937ar.c && make submodules
CIBW_BEFORE_BUILD_LINUX: pip install --upgrade pip setuptools wheel cmake ninja && make src/mt19937ar.c && make submodules
CIBW_SKIP: "cp27-* cp35-* cp36-* *-win32 *win_amd64 pp*"
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
CIBW_ARCHS_MACOS: universal2

- name: Show files
run: ls -lh wheelhouse
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def read_readme():
# logic and declaration, and simpler if you include description/version in a file.
setup(
name="tenhou_wall_reproducer",
version="1.1.0",
version="1.1.1",
author="Sotetsu KOYAMADA",
author_email="[email protected]",
description="Utility for reproducing the wall and dice information from the game seed in Tenhou platform.",
Expand Down

0 comments on commit c923321

Please sign in to comment.