Skip to content

Commit 27ed07f

Browse files
authored
Merge pull request #44 from mxmehl/release-workflow
chore: improve release workflow
2 parents 8f508ff + 637fd42 commit 27ed07f

File tree

3 files changed

+504
-7
lines changed

3 files changed

+504
-7
lines changed

.github/workflows/publish.yaml renamed to .github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
#
33
# SPDX-License-Identifier: GPL-3.0-only
44

5-
name: Python package
5+
name: Publish release on PyPI
66
on:
7-
push:
8-
tags:
9-
- "v*.*.*"
7+
release:
8+
types: [published]
9+
1010
jobs:
1111
build:
1212
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)