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 59aa5c1 commit a0c8986Copy full SHA for a0c8986
.github/workflows/python-publish.yml
@@ -34,6 +34,9 @@ jobs:
34
CHANGELOG_FILE: CHANGELOG.md
35
SETUP_PY_PATH: setup.py
36
37
+ permissions:
38
+ id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
39
+
40
runs-on: ubuntu-latest
41
42
steps:
@@ -107,7 +110,7 @@ jobs:
107
110
fi;
108
111
109
112
- name: Publish package
- uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
113
+ uses: pypa/gh-action-pypi-publish@release/v1.8
114
with:
115
user: __token__
116
password: ${{ secrets.PYPI_API_TOKEN }}
CHANGELOG.md
@@ -1,2 +1 @@
1
-## 0.0.1b2 ##
2
* Initial version
0 commit comments