Skip to content

Commit 5061646

Browse files
committed
fix: Logs
1 parent 1c97a07 commit 5061646

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,9 +374,19 @@ jobs:
374374
merge-multiple: true
375375
- name: List contents of dist directory
376376
run: ls -la dist/
377+
- name: Debug OIDC token
378+
run: |
379+
echo "Checking OIDC token information..."
380+
echo "GITHUB_TOKEN: ${{ github.token != '' }}"
381+
echo "ACTIONS_ID_TOKEN_REQUEST_URL: ${{ env.ACTIONS_ID_TOKEN_REQUEST_URL != '' }}"
382+
echo "ACTIONS_ID_TOKEN_REQUEST_TOKEN: ${{ env.ACTIONS_ID_TOKEN_REQUEST_TOKEN != '' }}"
383+
echo "ACTIONS_RUNTIME_TOKEN: ${{ env.ACTIONS_RUNTIME_TOKEN != '' }}"
384+
echo "ACTIONS_RUNTIME_URL: ${{ env.ACTIONS_RUNTIME_URL != '' }}"
385+
echo "__token__ value: __token__"
377386
- name: Publish to PyPI
378387
uses: pypa/gh-action-pypi-publish@release/v1
379388
with:
380389
packages-dir: dist
381390
verbose: true
391+
print-hash: true
382392

0 commit comments

Comments
 (0)