Skip to content

Commit

Permalink
Merge pull request #80 from actinia-org/renovate/softprops-action-gh-…
Browse files Browse the repository at this point in the history
…release-2.x

Update softprops/action-gh-release action to v2
  • Loading branch information
neteler authored Mar 9, 2024
2 parents 18df14c + f57bfd2 commit 0e84667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Build package
run: python3 -m build --outdir build .
- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: build/*.whl
Expand Down

0 comments on commit 0e84667

Please sign in to comment.