Skip to content

Commit

Permalink
Update pypa/cibuildwheel and softprops/action-gh-release versions (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 3, 2024
1 parent 4a32344 commit 559e568
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
with:
platforms: all

- uses: pypa/cibuildwheel@v2.16.5
- uses: pypa/cibuildwheel@v2
env:
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_BUILD: ${{ matrix.python-version }}*
Expand Down Expand Up @@ -83,6 +83,6 @@ jobs:
password: ${{ secrets.PYPI_DEPLOY }}

- name: Add wheels to GitHub release artifacts
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: dist/*.whl

0 comments on commit 559e568

Please sign in to comment.