Skip to content

Commit

Permalink
Build: Upgrade action version.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Mar 30, 2024
1 parent 71c5775 commit 7ae8531
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Expand Up @@ -86,7 +86,7 @@ jobs:
#CIBW_TEST_COMMAND: python {project}/runtests.py -vv --no-refnanny

- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: wheelhouse/*.whl
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
path: ./dist/*.whl

- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
Expand Down

0 comments on commit 7ae8531

Please sign in to comment.