Skip to content

Commit

Permalink
try pypi workflow on build-release workflow 6 with token
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidcarbon committed Dec 12, 2024
1 parent da9f564 commit f3e46d6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,12 @@ jobs:
permissions:
id-token: write
steps:
- name: Print release event details (debug)
run: |
echo "Release Tag: ${{ github.event.release.tag_name }}"
echo "Release Name: ${{ github.event.release.name }}"
echo "Release Body: ${{ github.event.release.body }}"
- name: Checkout code
uses: actions/checkout@v4
- name: Download build artifact
uses: actions/download-artifact@v4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
name: dist
path: ./dist/
- name: Publish
Expand Down

0 comments on commit f3e46d6

Please sign in to comment.