Skip to content

Commit

Permalink
Merge branch 'master' into fix/cpp17-support
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy-waltmann authored Aug 8, 2022
2 parents 53844c4 + 74b4972 commit 4e8366d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
submodules: "recursive"

- name: Build wheels
uses: pypa/cibuildwheel@2.7.0
uses: pypa/cibuildwheel@v2.8.1
env:
# Build for cpython >= 3.6.
CIBW_PROJECT_REQUIRES_PYTHON: "==${{ matrix.pyver }}.*"
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:

- name: Slack notification
if: startsWith(github.ref, 'refs/tags/v') || failure()
uses: act10ns/slack@v1.5.1
uses: act10ns/slack@v1.6.0
with:
status: ${{ job.status }}
channel: '#dev-freud'

0 comments on commit 4e8366d

Please sign in to comment.