Skip to content

Commit a5666e0

Browse files
committed
tweak script permissions;
1 parent 4847563 commit a5666e0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
name: Create Release
2222
# needs: call-test-workflow
2323

24-
permissions:
25-
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
24+
# permissions:
25+
# id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
2626

2727
runs-on: ubuntu-latest
2828

@@ -80,6 +80,6 @@ jobs:
8080
- name: publish to PyPI
8181
uses: pypa/gh-action-pypi-publish@release/v1
8282
with:
83-
# user: __token__
84-
# password: ${{ secrets.PYPI_API_TOKEN }}
83+
user: __token__
84+
password: ${{ secrets.PYPI_API_TOKEN }}
8585
skip-existing: true

0 commit comments

Comments
 (0)