Skip to content

Commit

Permalink
on published release?
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidcarbon committed Dec 12, 2024
1 parent 2cb4e1e commit cf74ba3
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,19 @@ name: Publish to PyPI
on:
release:
types:
- created
- published

jobs:
publish:
runs-on: ubuntu-latest
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: Download build artifact
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit cf74ba3

Please sign in to comment.