chore: update license from MIT to Apache-2.0 across all files
All checks were successful
CI / test (3.13) (push) Successful in 42s
All checks were successful
CI / test (3.13) (push) Successful in 42s
This commit is contained in:
@@ -1,35 +1,37 @@
|
||||
# SPDX-FileCopyrightText: 2025 Alexander Kalinovsky <a@k8y.ru>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
name: Publish to TestPyPI
|
||||
|
||||
on:
|
||||
push:
|
||||
release:
|
||||
types: [prereleased]
|
||||
tags:
|
||||
- "v*.*.*rc*"
|
||||
- "v*.*.*a*"
|
||||
- "v*.*.*b*"
|
||||
|
||||
build-publish:
|
||||
permissions:
|
||||
id-token: write
|
||||
contents: read
|
||||
jobs:
|
||||
build-publish:
|
||||
permissions:
|
||||
id-token: write
|
||||
contents: read
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
- name: Set up uv
|
||||
uses: astral-sh/setup-uv@v4
|
||||
with:
|
||||
enable-cache: true
|
||||
python-version: "3.13"
|
||||
- name: Build wheel & sdist
|
||||
run: |
|
||||
uv build
|
||||
- name: Publish (TestPyPI)
|
||||
run: |
|
||||
uv publish --repository-url https://test.pypi.org/legacy/ --skip-existing
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
- name: Set up uv
|
||||
uses: astral-sh/setup-uv@v5
|
||||
with:
|
||||
enable-cache: true
|
||||
python-version: "3.13"
|
||||
- name: Build wheel & sdist
|
||||
run: |
|
||||
uv build
|
||||
- name: Publish (TestPyPI)
|
||||
run: |
|
||||
uv publish --repository-url https://test.pypi.org/legacy/ --skip-existing
|
||||
|
||||
Reference in New Issue
Block a user