Skip to content

Commit 9f6bb39

Browse files
committed
GHA: move comment with documentation link to the top
1 parent 626d696 commit 9f6bb39

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# See https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/
12
name: Publish to TestPyPI and PyPI
23

34
on:
@@ -41,9 +42,7 @@ jobs:
4142
name: testpypi
4243
url: https://test.pypi.org/p/kaitaistruct
4344
permissions:
44-
# 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
45+
id-token: write # IMPORTANT: mandatory for trusted publishing
4746
steps:
4847
- name: Download all the dists
4948
uses: actions/download-artifact@v8

0 commit comments

Comments
 (0)