Skip to content

Commit

Permalink
build: fix github create release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
martibosch committed Aug 10, 2023
1 parent d990d64 commit 7d0108f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
# see https://github.com/softprops/action-gh-release/issues/236
contents: write
strategy:
matrix:
python-versions: ["3.10"]
Expand Down Expand Up @@ -55,10 +57,7 @@ jobs:
run: ls -l

- name: create github release
id: create_release
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
body_path: ./RELEASE-CHANGELOG.md
files: dist/*.whl
Expand Down

0 comments on commit 7d0108f

Please sign in to comment.