fix: correct Gitea release-action syntax in workflow
Some checks failed
CI / test (push) Failing after 10s
CI / lint (push) Failing after 5s

This commit is contained in:
2026-02-01 05:18:04 +00:00
parent b4912fa195
commit 5fa51445ed

View File

@@ -10,22 +10,10 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install build tools
run: pip install build wheel twine
- name: Build package
run: python -m build
- name: Create Release - name: Create Release
uses: https://gitea.com/actions/release-action/src@main uses: https://gitea.com/actions/release-action/src@main
with: with:
files: | files: |
dist/** dist/**
title: ${{ github.ref_name }} LICENSE
body: Release ${{ github.ref_name }} README.md