Revert "update release workflow to be based on releases"
Some checks failed
Python Linters / formatting (push) Waiting to run
Python Linters / mypy (push) Waiting to run
REUSE Compliance / reuse (push) Waiting to run
Selftests / test-build-install (push) Waiting to run
Selftests / test-sync (push) Waiting to run
Python Linters / pylint (push) Has been cancelled

This reverts commit be86ebad40.

This isn't possible with act
This commit is contained in:
2025-01-12 21:24:51 +01:00
parent b250c89d38
commit f9e46060cf

View File

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