We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 626d696 commit 9f6bb39Copy full SHA for 9f6bb39
1 file changed
.github/workflows/release.yml
@@ -1,3 +1,4 @@
1
+# See https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/
2
name: Publish to TestPyPI and PyPI
3
4
on:
@@ -41,9 +42,7 @@ jobs:
41
42
name: testpypi
43
url: https://test.pypi.org/p/kaitaistruct
44
permissions:
- # IMPORTANT: mandatory for trusted publishing - see
45
- # https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/
46
- id-token: write
+ id-token: write # IMPORTANT: mandatory for trusted publishing
47
steps:
48
- name: Download all the dists
49
uses: actions/download-artifact@v8
0 commit comments