Skip to content

Commit f3e46d6

Browse files
committed
try pypi workflow on build-release workflow 6 with token
1 parent da9f564 commit f3e46d6

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/publish_pypi.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,12 @@ jobs:
1212
permissions:
1313
id-token: write
1414
steps:
15-
- name: Print release event details (debug)
16-
run: |
17-
echo "Release Tag: ${{ github.event.release.tag_name }}"
18-
echo "Release Name: ${{ github.event.release.name }}"
19-
echo "Release Body: ${{ github.event.release.body }}"
15+
- name: Checkout code
16+
uses: actions/checkout@v4
2017
- name: Download build artifact
2118
uses: actions/download-artifact@v4
2219
with:
20+
github-token: ${{ secrets.GITHUB_TOKEN }}
2321
name: dist
2422
path: ./dist/
2523
- name: Publish

0 commit comments

Comments
 (0)