diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/publish.yaml similarity index 70% rename from .gitea/workflows/release.yaml rename to .gitea/workflows/publish.yaml index 1c830b5..6f1cc39 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/publish.yaml @@ -1,12 +1,12 @@ -# SPDX-FileCopyrightText: 2024 Max Mehl +# SPDX-FileCopyrightText: 2023 Max Mehl # # SPDX-License-Identifier: Apache-2.0 -name: Publish release on PyPI +name: Python package on: - release: - types: [published] - + push: + tags: + - "v*.*.*" jobs: build: runs-on: ubuntu-latest