Skip to content

Commit

Permalink
[fix] boxing shadows
Browse files Browse the repository at this point in the history
  • Loading branch information
stef committed Mar 26, 2024
1 parent 0805a89 commit 2b8a168
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ jobs:
- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.17.0

- name: Install libsodium-dev
run: sudo apt update && sudo apt install libsodium-dev libsodium23

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
# to supply options, put them in 'env', like:
env:
CIBW_SKIP: cp36-*
CIBW_BEFORE_BUILD_LINUX: sudo apt update && sudo apt install libsodium-dev
CIBW_BEFORE_BUILD_MACOS: brew install libsodium
# CIBW_BEFORE_BUILD_WINDOWS:

# - uses: actions/upload-artifact@v4
# with:
Expand Down

0 comments on commit 2b8a168

Please sign in to comment.