chore: remove tag filters from release workflows and add debug info steps
This commit is contained in:
@@ -7,8 +7,6 @@ name: Publish to PyPI
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
tags:
|
||||
- "v*.*.*"
|
||||
|
||||
jobs:
|
||||
build-publish:
|
||||
@@ -21,6 +19,12 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
- name: Debug info
|
||||
run: |
|
||||
echo "GITEA_REF: ${{ gitea.ref }}"
|
||||
echo "GITEA_EVENT_NAME: ${{ gitea.event_name }}"
|
||||
echo "GITEA_ACTOR: ${{ gitea.actor }}"
|
||||
echo "GITEA_REPOSITORY: ${{ gitea.repository }}"
|
||||
- name: Set up uv
|
||||
uses: astral-sh/setup-uv@v5
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user