Skip to content

Commit

Permalink
update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
inakleinbottle committed Oct 15, 2024
1 parent 4698b5e commit faaf716
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/esig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,13 +157,13 @@ jobs:
# MKLROOT: ${{ env.MKLROOT }}

- name: Build wheels
uses: pypa/cibuildwheel@v2.3.1
uses: pypa/cibuildwheel@v2.21.3
env:
VERBOSE: 1
BOOST_ROOT: ${{ env.boost_root }}

- name: Cache outputs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: wheels
path: ./wheelhouse/*.whl
Expand Down

0 comments on commit faaf716

Please sign in to comment.