Skip to content

Commit

Permalink
Merge pull request #260 from libAtoms/renovate/softprops-action-gh-re…
Browse files Browse the repository at this point in the history
…lease-2.x

Update softprops/action-gh-release action to v2
  • Loading branch information
pastewka authored Jul 16, 2024
2 parents 30615af + da146e0 commit 0b2646c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
name: ${{ matrix.python }}-${{ matrix.buildplat[1] }}-${{ matrix.buildplat[2] }}

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

0 comments on commit 0b2646c

Please sign in to comment.