Skip to content

Commit

Permalink
Wheel per platform
Browse files Browse the repository at this point in the history
  • Loading branch information
dbouget committed May 10, 2022
1 parent be2b4c4 commit 1d468bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
include:
- os: ubuntu-18.04
TARGET: ubuntu
CMD_BUILD: python setup.py bdist_wheel
CMD_BUILD: python setup.py bdist_wheel --plat-name manylinux1_x86_64

- os: macos-10.15
TARGET: macos
CMD_BUILD: python setup.py bdist_wheel
CMD_BUILD: python setup.py bdist_wheel --plat-name macosx_10_13_x86_64

- os: windows-2019
TARGET: windows
CMD_BUILD: python setup.py bdist_wheel
CMD_BUILD: python setup.py bdist_wheel --plat-name win_amd64

# - os: windows-2019
# TARGET: windows
Expand Down

0 comments on commit 1d468bb

Please sign in to comment.