Skip to content

Commit 0b63f01

Browse files
committed
enable permissions
1 parent ff8b3cb commit 0b63f01

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/python-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
CHANGELOG_FILE: CHANGELOG.md
3434
SETUP_PY_PATH: setup.py
3535

36-
# permissions:
37-
# contents: write
38-
# id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
36+
permissions:
37+
contents: write
38+
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
3939

4040
runs-on: ubuntu-latest
4141

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
## 0.0.1b7 ##
21
* Improve publish script.
32

43
## 0.0.1b6 ##

0 commit comments

Comments
 (0)