Update release workflow #26

Merged
mxmehl merged 2 commits from release-workflow into main 2025-01-12 21:17:36 +01:00
Showing only changes of commit be86ebad40 - Show all commits

View File

@@ -1,12 +1,12 @@
# SPDX-FileCopyrightText: 2023 Max Mehl <https://mehl.mx>
# SPDX-FileCopyrightText: 2024 Max Mehl <https://mehl.mx>
#
# SPDX-License-Identifier: Apache-2.0
name: Python package
name: Publish release on PyPI
on:
push:
tags:
- "v*.*.*"
release:
types: [published]
jobs:
build:
runs-on: ubuntu-latest