We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff8b3cb commit 0b63f01Copy full SHA for 0b63f01
.github/workflows/python-publish.yml
@@ -33,9 +33,9 @@ jobs:
33
CHANGELOG_FILE: CHANGELOG.md
34
SETUP_PY_PATH: setup.py
35
36
-# permissions:
37
-# contents: write
38
-# id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
+ permissions:
+ contents: write
+ id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
39
40
runs-on: ubuntu-latest
41
CHANGELOG.md
@@ -1,4 +1,3 @@
1
-## 0.0.1b7 ##
2
* Improve publish script.
3
4
## 0.0.1b6 ##
0 commit comments