removed templates
This commit is contained in:
@@ -8,19 +8,16 @@ on:
|
||||
- "v*.*.*"
|
||||
|
||||
jobs:
|
||||
setup-python:
|
||||
name: Setup Python
|
||||
uses: ./.gitea/workflows/setup-python.yml
|
||||
with:
|
||||
python-version: ${{ vars.PYTHON_VERSION }}
|
||||
|
||||
build-and-publish:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Setup Python
|
||||
uses: ./.gitea/workflows/setup-python.yml
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: ${{ vars.PYTHON_VERSION }}
|
||||
python-version: ${{ inputs.python-version }}
|
||||
|
||||
- name: Install uv
|
||||
run: pip install uv
|
||||
@@ -34,7 +31,7 @@ jobs:
|
||||
|
||||
- name: Build package
|
||||
run: |
|
||||
uv pip install build --system
|
||||
uv sync --no-dev
|
||||
uv build
|
||||
|
||||
- name: Publish to Gitea Package Registry
|
||||
|
||||
Reference in New Issue
Block a user