Skip to content

Commit 1d3b17b

Browse files
authored
Update GitHub Actions workflow to remove unnecessary permissions and steps for release creation (#44)
1 parent 2ffa4f4 commit 1d3b17b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/test_release.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
runs-on: ubuntu-latest
1313
permissions:
1414
id-token: write # Required for trusted publishing
15-
contents: write # Required for creating releases
1615

1716
steps:
1817
- name: Checkout repository
@@ -31,10 +30,3 @@ jobs:
3130
uses: pypa/gh-action-pypi-publish@release/v1
3231
with:
3332
repository-url: https://test.pypi.org/legacy/
34-
35-
- name: Generate changelog and create release
36-
uses: softprops/action-gh-release@v2
37-
with:
38-
generate_release_notes: true
39-
prerelease: true
40-
files: dist/*

0 commit comments

Comments
 (0)