Skip to content

Commit

Permalink
tgcrypto: github: workflows: use latest version of cibuildwheel
Browse files Browse the repository at this point in the history
Signed-off-by: wulan17 <wulan17@nusantararom.org>
  • Loading branch information
wulan17 committed Aug 7, 2024
1 parent 9a0b25c commit 0727d10
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,13 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-python@v5

- name: Install cibuildwheel
run: python -m pip install cibuildwheel

- name: Build wheels
uses: pypa/cibuildwheel@v2.17.0
uses:
env:
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
CIBW_TEST_REQUIRES: tox
Expand Down

0 comments on commit 0727d10

Please sign in to comment.